Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
jcaromiq committed Jun 3, 2024
1 parent ff8da4b commit 5976737
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- name : Test
uses: actions/checkout@v3
- uses: actions/checkout@v3
- name: Test
run: cargo test --verbose

build-linux:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
uses: actions/checkout@v3
run: rustup target add x86_64-unknown-linux-musl && cargo build --verbose --target x86_64-unknown-linux-musl

0 comments on commit 5976737

Please sign in to comment.