There was an error while loading. Please reload this page.
1 parent db2c62c commit 3461816Copy full SHA for 3461816
2 files changed
.github/workflows/build_image.yml
@@ -10,6 +10,11 @@ jobs:
10
build_image:
11
runs-on: ubuntu-24.04
12
steps:
13
+ - name: Install dependencies
14
+ run: |
15
+ sudo apt update
16
+ sudo apt install -y exfatprogs
17
+
18
- uses: actions/checkout@v7
19
20
- name: Set version
.github/workflows/release.yml
@@ -9,6 +9,11 @@ jobs:
9
with:
fetch-depth: 0
0 commit comments