diff options
author | Loïc Hoguin <essen@ninenines.eu> | 2025-03-20 12:00:15 +0100 |
---|---|---|
committer | Loïc Hoguin <essen@ninenines.eu> | 2025-03-20 12:00:15 +0100 |
commit | 22b6c449b798ea81709777db944254afa06352da (patch) | |
tree | 838732d6dcf577aed8a5876f4f0d9ec9b85c4fd6 /.github | |
parent | de5128cdd00241925eccd1019d6c2c92a9b4c4b5 (diff) | |
download | erlang.mk-elixir-related-fixes.tar.gz erlang.mk-elixir-related-fixes.tar.bz2 erlang.mk-elixir-related-fixes.zip |
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 67bb639..2e45ebc 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -138,7 +138,7 @@ jobs: ./asdf set elixir latest - name: Run tests - run: make check c=core-elixir -j4 -k PATH=/home/runner/.asdf/shims:$PATH + run: env ; make check c=core-elixir -j4 -k PATH=/home/runner/.asdf/shims:$PATH check-hex: strategy: |