Skip to content

Commit 8f61b5c

Browse files
committed
ci: fix linux dep install
1 parent af8f4c8 commit 8f61b5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_cli.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ jobs:
190190
echo "PRE_GYP_TARGET_NAME=${{ matrix.platform }}-${{ matrix.architecture }}-unknown" >> $GITHUB_ENV
191191
192192
- name: Install dependencies
193-
runs-on: ubuntu-latest
193+
if: matrix.os == 'ubuntu-22.04'
194194
run: sudo apt-get update && sudo apt-get install -y libudev-dev
195195

196196
- name: Build - Cargo

0 commit comments

Comments
 (0)