Skip to content

Commit

Permalink
Update compilation git action
Browse files Browse the repository at this point in the history
Run compile step in the same way as it's done when
compiling the package, e.g sci as static binary
  • Loading branch information
schaefi committed Jan 2, 2024
1 parent 733ee26 commit 5eddc24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-compile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
sudo mv /bin/sh.bash /bin/sh
- name: Compile
run: |
make cargo
make compile

0 comments on commit 5eddc24

Please sign in to comment.