Skip to content

Commit 1f3e362

Browse files
committed
fix runner
1 parent 1bdc036 commit 1f3e362

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/aurora.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,9 @@ jobs:
1818
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1919

2020
steps:
21-
- uses: actions/checkout@v4.2.2
22-
- name: Setup Flutter SDK
23-
uses: subosito/flutter-action@v2.18.0
24-
with:
25-
channel: 'stable'
2621

2722
- name: Install Linux build tools
28-
run: sudo apt-get update && sudo apt-get install clang cmake ninja-build pkg-config libgtk-3-dev squashfs-tools libfuse2 libglib2.0-dev libjson-glib-1.0-0
23+
run: sudo dnf update && sudo dnf install clang cmake ninja-build pkg-config libgtk-3-dev squashfs-tools libfuse2 libglib2.0-dev libjson-glib-1.0-0
2924

3025
- name: Check GLib version
3126
run: pkg-config --modversion glib-2.0

0 commit comments

Comments
 (0)