We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 617715f commit 52a894fCopy full SHA for 52a894f
.github/workflows/CI.yml
@@ -4,6 +4,7 @@ env:
4
APP_NAME: native-serial
5
MACOSX_DEPLOYMENT_TARGET: '10.13'
6
CARGO_INCREMENTAL: '1'
7
+ PKG_CONFIG_ALLOW_CROSS: 1
8
on:
9
push:
10
branches:
@@ -35,8 +36,8 @@ jobs:
35
36
- name: Install system dependencies (Linux)
37
if: runner.os == 'Linux'
38
run: |
- sudo apt-get update
39
- sudo apt-get install -y pkg-config libudev-dev
+ sudo apt-get -qq update
40
+ sudo apt-get -qq install -y build-essential pkg-config libudev-dev
41
- name: Install dependencies
42
run: yarn install
43
- name: Oxlint
0 commit comments