Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent e1f7670 commit 3c2d57e
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,15 @@ jobs:
disk_size: 400
machine_zone: europe-west3-a
ephemeral: true

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-22
target: wasm32-unknown-unknown
override: true

test-features:
needs: create-runner
runs-on: ${{ needs.create-runner.outputs.label }}
Expand All @@ -40,18 +49,10 @@ jobs:
# - name: Clean unused directories
# run: sudo rm -rf /usr/share/dotnet;sudo rm -rf /opt/ghc;sudo rm -rf "/usr/local/share/boost";sudo rm -rf "$AGENT_TOOLSDIRECTORY"


- name: Install Protobuf
run: sudo apt install protobuf-compiler -y

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: nightly-2023-05-22
target: wasm32-unknown-unknown
override: true
components: rustfmt, clippy

- name: 🫠 rustfmt 🫠
uses: actions-rs/cargo@v1
with:
Expand Down

0 comments on commit 3c2d57e

Please sign in to comment.