We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bdc036 commit 1f3e362Copy full SHA for 1f3e362
.github/workflows/aurora.yml
@@ -18,14 +18,9 @@ jobs:
18
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
19
20
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'
26
27
- 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
+ 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
29
30
- name: Check GLib version
31
run: pkg-config --modversion glib-2.0
0 commit comments