Skip to content

Commit dbe0be6

Browse files
committed
debug
1 parent 6bc5ff7 commit dbe0be6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

+3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ jobs:
2828
if: steps.cached.outputs.files_exists == 'false'
2929
shell: bash
3030
run: |
31+
cat $GITHUB_ENV
32+
echo $PATH
33+
exit 0
3134
curl -O https://qoiformat.org/qoi_test_images.zip
3235
unzip qoi_test_images.zip
3336
rm qoi_test_images.zip

0 commit comments

Comments
 (0)