fix: close if-statement correctly

This commit is contained in:
Bart van der Braak 2023-11-06 06:10:56 +01:00
parent bc62ca070b
commit 5cb9db3450

View file

@ -40,8 +40,8 @@ jobs:
shell: bash
run: |
if [ "${{ matrix.os }}" = "ubuntu-latest" ]; then
sudo apt install libssl-dev -y
else
sudo apt install -y libssl-dev
fi
- name: Install Rust
uses: dtolnay/rust-toolchain@stable