Skip to content

Commit

Permalink
New maps and fixed compile (#23)
Browse files Browse the repository at this point in the history
* New maps and fixed compile

* permissions

* Update Trunk-rs action to version 1

* Update Trunk to version 1.1 in setup action.yml

* v1
  • Loading branch information
mbround18 committed Mar 15, 2024
1 parent 4c625ac commit 4f949e2
Show file tree
Hide file tree
Showing 87 changed files with 26,321 additions and 379 deletions.
4 changes: 2 additions & 2 deletions .github/actions/setup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:
components: clippy rustfmt
targets: wasm32-unknown-unknown

- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.cargo/bin/
Expand All @@ -22,7 +22,7 @@ runs:
key: ${{ runner.os }}-cargo-setup-${{ hashFiles('**/Cargo.lock') }}

- name: Install Trunk
uses: mbround18/trunk-rs@v0.0.1
uses: mbround18/trunk-rs@v1

- run: cargo build
shell: sh
Loading

0 comments on commit 4f949e2

Please sign in to comment.