Skip to content

Commit

Permalink
Temporarily Build
Browse files Browse the repository at this point in the history
This takes unnecessarily long but at least it does not fail anymore
  • Loading branch information
zUnixorn authored Oct 14, 2023
1 parent 90d0de3 commit f08e699
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:

steps:
- uses: actions/checkout@v3

- name: Setup
run: rustup target add wasm32-unknown-unknown && cargo install cargo-make trunk

- name: Compile
run: cargo build
run: cargo make

0 comments on commit f08e699

Please sign in to comment.