Skip to content

Commit ba2999a

Browse files
add
1 parent 70cb0ce commit ba2999a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.github/workflows/build-cli.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,11 @@ jobs:
4545

4646
- name: sccache
4747
uses: mozilla-actions/sccache-action@v0.0.9
48+
49+
- name: Install UPX
50+
uses: crazy-max/ghaction-upx@v4
51+
with:
52+
install-only: true
4853

4954
- name: Install uv
5055
uses: astral-sh/setup-uv@v7

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
# Ignore rustfs mount during dev
22

3-
data
3+
data
4+
src/cli/nuitka-crash-report.xml

0 commit comments

Comments
 (0)