Skip to content

Commit

Permalink
chore: update GitHub Actions CI
Browse files Browse the repository at this point in the history
The following updates are performed:
* update actions/checkout to v4
* replace unmaintained actions-rs/toolchain by dtolnay/rust-toolchain
* update subosito/flutter-action to v2
  • Loading branch information
striezel authored and Desdaemon committed Dec 31, 2023
1 parent 1977182 commit 0d09117
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: taiki-e/install-action@v2
with:
tool: wasm-pack,just,wasm-bindgen-cli
- uses: subosito/flutter-action@v1
- uses: subosito/flutter-action@v2
with:
channel: stable
- run: just build-web /flutter_rust_bridge_template/
Expand Down

0 comments on commit 0d09117

Please sign in to comment.