Skip to content

Commit

Permalink
tried updating github actions 6
Browse files Browse the repository at this point in the history
  • Loading branch information
Rojods committed Sep 11, 2023
1 parent 2698fd4 commit 0b00c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,4 +60,4 @@ jobs:
cd ${{ github.workspace }}
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y
rustup target add ${{ matrix.target }}
carbo build --release --target ${{ matrix.target }}
cargo build --release --target ${{ matrix.target }}

0 comments on commit 0b00c7b

Please sign in to comment.