Skip to content

Commit

Permalink
chore: try
Browse files Browse the repository at this point in the history
  • Loading branch information
ovr committed Apr 2, 2024
1 parent 4f4139e commit 3b36fe4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/rust-cubestore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,13 +207,13 @@ jobs:
- name: Build with Cross
if: ${{ matrix.cross }}
run: |
wget -c https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz
chmod +x cross && sudo mv cross /usr/local/bin/cross
cd rust/cubestore
rustup update
which rustc
which cargo
rustup show
wget -c https://github.com/cross-rs/cross/releases/download/v0.2.5/cross-x86_64-unknown-linux-gnu.tar.gz -O - | tar -xz
chmod +x cross && sudo mv cross /usr/local/bin/cross
cd rust/cubestore
cross build --release --target=${{ matrix.target }}
- name: Build with Cargo
if: ${{ !matrix.cross }}
Expand Down

0 comments on commit 3b36fe4

Please sign in to comment.