Skip to content

Commit 434e099

Browse files
committed
fix release.yaml
Signed-off-by: hexilee <[email protected]>
1 parent bed3a50 commit 434e099

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yaml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ jobs:
1212
steps:
1313
- name: Checkout code
1414
uses: actions/checkout@v2
15+
- name: Install packages
16+
run: |
17+
sudo apt update
18+
sudo apt install -y libfuse-dev libfuse3-dev build-essential
1519
- name: Build
1620
run: |
1721
CARGO_TARGET_DIR=./bin cargo build --features "binc" --no-default-features --all --release

0 commit comments

Comments
 (0)