Skip to content

Commit 52a894f

Browse files
committed
maybe?
Signed-off-by: Victor M. Suarez <[email protected]>
1 parent 617715f commit 52a894f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ env:
44
APP_NAME: native-serial
55
MACOSX_DEPLOYMENT_TARGET: '10.13'
66
CARGO_INCREMENTAL: '1'
7+
PKG_CONFIG_ALLOW_CROSS: 1
78
on:
89
push:
910
branches:
@@ -35,8 +36,8 @@ jobs:
3536
- name: Install system dependencies (Linux)
3637
if: runner.os == 'Linux'
3738
run: |
38-
sudo apt-get update
39-
sudo apt-get install -y pkg-config libudev-dev
39+
sudo apt-get -qq update
40+
sudo apt-get -qq install -y build-essential pkg-config libudev-dev
4041
- name: Install dependencies
4142
run: yarn install
4243
- name: Oxlint

0 commit comments

Comments
 (0)