Skip to content

Commit

Permalink
Merge pull request #44 from blocklessnetwork/feature/ci
Browse files Browse the repository at this point in the history
fix the workflow can't pick up this build job.
  • Loading branch information
Joinhack authored Apr 20, 2024
2 parents ddf8e3d + a49441a commit 5cadac8
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/wasi-v86-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,6 @@ jobs:
strategy:
matrix:
include:
- build: ubuntu-20.04
os: ubuntu-20.04
rust: stable
runson: ubuntu-20.04
target: x86_64-unknown-linux-gnu
arch: x86_64
cross: false
- build: linux
os: linux-latest
rust: stable
Expand All @@ -25,7 +18,7 @@ jobs:
cross: false
- build: linux_arm64
os: linux-latest
runson: self-hosted
runson: ubuntu-latest
rust: stable
target: aarch64-unknown-linux-gnu
arch: aarch64
Expand Down

0 comments on commit 5cadac8

Please sign in to comment.