We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ac9655 commit 3382cefCopy full SHA for 3382cef
.github/workflows/release.yml
@@ -92,8 +92,8 @@ jobs:
92
# reg add HKLM\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
93
# shell: pwsh
94
#
95
- # - name: Install required deps
96
- # run: sudo apt-get install libssl-dev pkg-config libudev-dev
+ - name: Install required deps
+ run: sudo apt-get install libssl-dev pkg-config libudev-dev
97
98
- name: Install Rust toolchain
99
uses: dtolnay/rust-toolchain@stable
0 commit comments