Skip to content

Commit decf47a

Browse files
committed
💚 fix ci
1 parent 70a971e commit decf47a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,9 @@ jobs:
6666

6767
- name: Install libssl
6868
id: install_build_tools
69-
if: ${{ matrix.target.os }} == "ubuntu-latest"
69+
if: matrix.target.os == "ubuntu-latest"
7070
run: |
71+
echo ${{ matrix.target.os }}
7172
sudo apt-get update
7273
sudo apt-get install -y --no-install-recommends libssl-dev
7374

0 commit comments

Comments
 (0)