Skip to content

Commit

Permalink
CI: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
CLEMENTINATOR committed Feb 12, 2025
1 parent c233a93 commit afde557
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

- name: Set up minimal stable Rust toolchain
uses: actions-rust-lang/setup-rust-toolchain@v1
with:
toolchain: stable

- name: Install wasm tooling
run: CC=clang cargo install wasm-tools --locked

- name: "Set up TinyGo"
run: |
wget https://github.com/tinygo-org/tinygo/releases/download/v0.35.0/tinygo_0.35.0_amd64.deb
Expand Down

0 comments on commit afde557

Please sign in to comment.