File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 - uses : actions/checkout@v4
4949 - name : Install Rust
5050 run : rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
51- - run : sudo apt install -y libssl -dev
51+ - run : sudo apt install -y librust-openssl-sys -dev
5252 if : matrix.os == 'ubuntu-latest'
5353 - run : cargo build --release --target ${{ matrix.rust-target }}
5454 if : ${{ ! matrix.cross }}
8989 - uses : actions/checkout@v4
9090 - name : Install Rust
9191 run : rustup update stable --no-self-update && rustup default stable && rustup target add ${{ matrix.rust-target }}
92- - run : sudo apt install -y libssl -dev
92+ - run : sudo apt install -y librust-openssl-sys -dev
9393 if : matrix.os == 'ubuntu-latest'
9494 - run : cargo build --release --target ${{ matrix.rust-target }}
9595 if : ${{ ! matrix.cross }}
You can’t perform that action at this time.
0 commit comments