Skip to content

Commit 3382cef

Browse files
committed
install linux deps
1 parent 2ac9655 commit 3382cef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
# reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
9393
# shell: pwsh
9494
#
95-
# - name: Install required deps
96-
# run: sudo apt-get install libssl-dev pkg-config libudev-dev
95+
- name: Install required deps
96+
run: sudo apt-get install libssl-dev pkg-config libudev-dev
9797

9898
- name: Install Rust toolchain
9999
uses: dtolnay/rust-toolchain@stable

0 commit comments

Comments
 (0)