Skip to content

Commit

Permalink
Update versions
Browse files Browse the repository at this point in the history
  • Loading branch information
bircni committed Dec 22, 2024
1 parent ee78393 commit 093cc3e
Show file tree
Hide file tree
Showing 8 changed files with 99 additions and 133 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
target: wasm32-unknown-unknown
- uses: jetli/[email protected]
with:
version: 'latest'
version: "latest"
- name: Trunk build
working-directory: fancy-example
run: trunk build --release --public-url /hello_egui
Expand Down
Loading

0 comments on commit 093cc3e

Please sign in to comment.