We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 526cfd5 + 27f94b2 commit 255bee6Copy full SHA for 255bee6
.github/workflows/publish.yml
@@ -59,7 +59,7 @@ jobs:
59
uses: actions/setup-java@v3
60
with:
61
distribution: "zulu"
62
- java-version: "12.x"
+ java-version: "17.x"
63
64
# Enable desktop support
65
- name: Enable desktop support
.github/workflows/web.yml
@@ -21,6 +21,15 @@ jobs:
21
- uses: subosito/flutter-action@v2
22
23
channel: 'stable'
24
+
25
+ # Recreating the project
26
+ - run: flutter doctor -v
27
+ - uses: actions/checkout@v3
28
+ # - run: flutter create .
29
+ - run: flutter pub get
30
+ - run: dart run build_runner build --delete-conflicting-outputs
31
32
- uses: bluefireteam/flutter-gh-pages@v7
33
34
baseHref: /Tachidesk-Sorayomi/
35
+ webRenderer: canvaskit
0 commit comments