From 701374f3fe782debdce08a2cbd3913f645e0f570 Mon Sep 17 00:00:00 2001 From: Brooks J Rady Date: Tue, 23 Feb 2021 16:47:22 +0000 Subject: Everything is rubbish - if you can't beat them, join them --- .github/workflows/rust.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index b12c19669..905a8f742 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -18,8 +18,6 @@ jobs: - uses: actions/checkout@v2 - name: Add WASM target run: rustup target add wasm32-wasi - - name: Install wasm-opt (binaryen) - run: sudo apt-get update && sudo apt-get -y install binaryen - name: Build run: ./build-all.sh --verbose - name: Run tests -- cgit v1.2.3