Skip to content

Commit ab96076

Browse files
committed
shebang
1 parent 5e5ca48 commit ab96076

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ jobs:
111111
mkdir target
112112
cp *.rs target
113113
touch target/main.c
114-
python3 ci/create-artifacts.py
114+
./ci/create-artifacts.py
115115
- uses: actions/upload-artifact@v4
116116
with:
117117
name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}
@@ -171,7 +171,7 @@ jobs:
171171

172172
# - name: Create CI artifacts
173173
# if: always()
174-
# run: python3 ci/create-artifacts.py
174+
# run: ./ci/create-artifacts.py
175175
# - uses: actions/upload-artifact@v4
176176
# with:
177177
# name: ${{ env.ARCHIVE_NAME }}-${{ matrix.target }}

0 commit comments

Comments
 (0)