We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5221244 commit d8f9376Copy full SHA for d8f9376
.github/workflows/test_upload.yml
@@ -54,13 +54,6 @@ jobs:
54
# os: ubuntu-latest
55
runs-on: ${{ matrix.os }}
56
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
64
- uses: actions/checkout@v3
65
with:
66
persist-credentials: false
Cross.toml
@@ -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