Skip to content

Commit 09c2aff

Browse files
committed
Remove print from CI
1 parent 09298c5 commit 09c2aff

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ jobs:
3737
with:
3838
path: priv/native/*.so
3939
key: ${{ runner.os }}-native-${{ hashFiles('native/**') }}
40-
- name: DEBUG print
41-
run: |
42-
which erl || true
43-
which iex || true
44-
which mix || true
4540
- name: Compile native code
4641
if: steps.output-cache.outputs.cache-hit != 'true'
4742
run: make compile-native

0 commit comments

Comments
 (0)