mirror of
https://github.com/CHOMPStation2/CHOMPStation2.git
synced 2025-12-13 11:43:31 +00:00
remove pkg-config:i386 from CI build
Because this is apparently failing the CI builds
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -69,7 +69,7 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
sudo dpkg --add-architecture i386
|
sudo dpkg --add-architecture i386
|
||||||
sudo apt update || true
|
sudo apt update || true
|
||||||
sudo apt install zlib1g-dev:i386 libssl-dev:i386 pkg-config:i386
|
sudo apt install zlib1g-dev:i386 libssl-dev:i386
|
||||||
ldd librust_g.so
|
ldd librust_g.so
|
||||||
- name: Unit Tests
|
- name: Unit Tests
|
||||||
run: |
|
run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user