Skip to content

Commit

Permalink
fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
Rovel committed Feb 17, 2024
1 parent 9a86bbf commit 19b4d1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- -y ${{ matrix.target }}
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Install cross
run: cargo install cross
- name: Test binary
Expand All @@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Rust
run: curl https://sh.rustup.rs -sSf | sh -s -- -y ${{ matrix.target }}
run: curl https://sh.rustup.rs -sSf | sh -s -- -y
- name: Install cross
run: cargo install cross
- name: Build binary
Expand Down

0 comments on commit 19b4d1d

Please sign in to comment.