Skip to content

Commit af77014

Browse files
committed
fix freebsd action
1 parent 32087b8 commit af77014

File tree

1 file changed

+1
-1
lines changed
  • .github/workflows/deployment/release/freebsd

1 file changed

+1
-1
lines changed

.github/workflows/deployment/release/freebsd/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ runs:
1212
release: 14.2
1313
usesh: true
1414
prepare: |
15-
pkg install -y rust zip zlib openssl
15+
pkg install -y rust zip openssl
1616
1717
run: |
1818
cargo build --release

0 commit comments

Comments
 (0)