Skip to content

Commit 83893b8

Browse files
author
SamTV1998
committed
Fixed build
1 parent 5d70f01 commit 83893b8

File tree

6 files changed

+1
-1
lines changed

6 files changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
- name: Checkout repository
99
uses: actions/checkout@v4
1010
- name: 'Build app with cargo'
11-
run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --release
11+
run: RUSTFLAGS="-Ctarget-feature=+crt-static" cargo build --target x86_64-unknown-linux-gnu --release
1212
- uses: actions/upload-artifact@v4
1313
with:
1414
name: 'etherpad-proxy'

0 commit comments

Comments
 (0)