-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jonas Heinle
committed
Dec 13, 2024
1 parent
ffe03f2
commit 625e51c
Showing
3 changed files
with
10 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,9 +19,9 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- name: 🚚 Get latest code | ||
uses: actions/[email protected].0 | ||
uses: actions/[email protected].2 | ||
- name: Set up Python 3.11 | ||
uses: actions/setup-python@v5.2.0 | ||
uses: actions/setup-python@v5.3.0 | ||
with: | ||
python-version: "3.11" | ||
# You can test your matrix by printing the current Python version | ||
|
@@ -63,10 +63,10 @@ jobs: | |
# ls -R "$(pwd)/$LOCAL_ASSETS_FOLDER" | ||
|
||
- name: Setup Flutter SDK | ||
uses: flutter-actions/setup-flutter@v3.6 | ||
uses: flutter-actions/setup-flutter@v4.0 | ||
with: | ||
channel: stable | ||
version: 3.24.5 | ||
version: 3.27.0 | ||
|
||
# Note: This workflow uses the latest stable version of the Dart SDK. | ||
# You can specify other versions if desired, see documentation here: | ||
|
@@ -106,7 +106,7 @@ jobs: | |
- name: "Build Web App" | ||
if: github.ref == 'refs/heads/main' | ||
run: | | ||
flutter build web --release --wasm | ||
flutter build web --release --web-renderer canvaskit | ||
- name: "Build Web App (WASM)" | ||
if: github.ref == 'refs/heads/dev' | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters