Skip to content

Commit

Permalink
patching the patch
Browse files Browse the repository at this point in the history
  • Loading branch information
jberthold committed Aug 30, 2024
1 parent 3a1ddb3 commit fb22ea5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,9 @@ jobs:
run: |
arch=$(rustc -vV | sed -e 's/host: \(.*\)$/\1/')
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
bash -c "echo 'echo $arch' > deps/smir_pretty/rustc_arch.sh"
bash -c "printf '#!/bin/sh\n echo $arch\n' > deps/smir_pretty/rustc_arch.sh"
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
cat deps/smir_pretty/rustc_arch.sh
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
deps/smir_pretty/rustc_arch.sh
Expand Down

0 comments on commit fb22ea5

Please sign in to comment.