Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
EvolveArt committed May 20, 2024
1 parent 3701a5e commit 3445880
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,15 @@ on:
jobs:
rust_build:
runs-on: ubuntu-latest
env:
working-directory: ./rust
steps:
- uses: actions/checkout@v3

# selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key
- working-directory: ${{ env.working-directory}}
run: rustup show
- run: rustup show

- uses: Swatinem/rust-cache@v2

- name: Build the project
working-directory: ${{ env.working-directory}}
run: |
cargo build --release
cd rust && cargo build --release

0 comments on commit 3445880

Please sign in to comment.