Skip to content

Commit

Permalink
bump 2
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent 3c2d57e commit 9768092
Showing 1 changed file with 5 additions and 10 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
disk_size: 400
machine_zone: europe-west3-a
ephemeral: true
test-features:
needs: create-runner
runs-on: ${{ needs.create-runner.outputs.label }}
steps:
- uses: actions/checkout@v4

- name: Install minimal nightly Rust
uses: actions-rs/toolchain@v1
Expand All @@ -40,16 +45,6 @@ jobs:
target: wasm32-unknown-unknown
override: true

test-features:
needs: create-runner
runs-on: ${{ needs.create-runner.outputs.label }}
steps:
- uses: actions/checkout@v4

# - 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

Expand Down

0 comments on commit 9768092

Please sign in to comment.