We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5eae487 commit ecfceb3Copy full SHA for ecfceb3
1 file changed
.github/workflows/publish-binaries.yml
@@ -48,6 +48,8 @@ jobs:
48
- uses: actions/checkout@v4
49
- name: Install Rust
50
run: rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
51
+ - run: sudo apt install -y libssl-dev
52
+ if: matrix.os == 'ubuntu-latest'
53
- run: cargo build --release --target ${{ matrix.rust-target }}
54
if: ${{ ! matrix.cross }}
55
- run: cargo install cross
@@ -87,6 +89,8 @@ jobs:
87
89
88
90
91
92
93
94
95
96
0 commit comments