Skip to content

Commit fb22ea5

Browse files
committed
patching the patch
1 parent 3a1ddb3 commit fb22ea5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,9 @@ jobs:
123123
run: |
124124
arch=$(rustc -vV | sed -e 's/host: \(.*\)$/\1/')
125125
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
126-
bash -c "echo 'echo $arch' > deps/smir_pretty/rustc_arch.sh"
126+
bash -c "printf '#!/bin/sh\n echo $arch\n' > deps/smir_pretty/rustc_arch.sh"
127+
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
128+
cat deps/smir_pretty/rustc_arch.sh
127129
docker exec --user user mir-smir-ci-${GITHUB_SHA} \
128130
deps/smir_pretty/rustc_arch.sh
129131

0 commit comments

Comments
 (0)