Skip to content

Commit d8f9376

Browse files
committed
ci: fix ci
1 parent 5221244 commit d8f9376

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.github/workflows/test_upload.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,6 @@ jobs:
5454
# os: ubuntu-latest
5555
runs-on: ${{ matrix.os }}
5656
steps:
57-
- if: matrix.os == 'ubuntu-latest'
58-
run: |
59-
sudo apt-get -qq update \
60-
&& sudo apt-get -qq -y install gh \
61-
&& sudo apt-get install -y libssl-dev \
62-
&& sudo apt-get install -y libudev-dev \
63-
&& sudo apt-get install pkg-config
6457
- uses: actions/checkout@v3
6558
with:
6659
persist-credentials: false

Cross.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[target.x86_64-unknown-linux-gnu]
2+
pre-build = [
3+
"dpkg --add-architecture $CROSS_DEB_ARCH",
4+
"apt-get update && apt-get install --assume-yes libssl-dev:$CROSS_DEB_ARCH"
5+
]

0 commit comments

Comments
 (0)