Skip to content

Commit 4f949e2

Browse files
authored
New maps and fixed compile (#23)
* New maps and fixed compile * permissions * Update Trunk-rs action to version 1 * Update Trunk to version 1.1 in setup action.yml * v1
1 parent 4c625ac commit 4f949e2

87 files changed

Lines changed: 26321 additions & 379 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/actions/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ runs:
1111
components: clippy rustfmt
1212
targets: wasm32-unknown-unknown
1313

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

2424
- name: Install Trunk
25-
uses: mbround18/trunk-rs@v0.0.1
25+
uses: mbround18/trunk-rs@v1
2626

2727
- run: cargo build
2828
shell: sh

0 commit comments

Comments
 (0)