Skip to content

Commit

Permalink
install deps
Browse files Browse the repository at this point in the history
  • Loading branch information
franziskuskiefer committed Nov 1, 2024
1 parent 36f92aa commit 4c93269
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/s390x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ jobs:
githubToken: ${{ github.token }}

run: |
apt-get -y update
apt-get install -y curl clang
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y
cargo build --verbose
cargo build --verbose --release
Expand Down

0 comments on commit 4c93269

Please sign in to comment.