Skip to content

Commit 0c94fa6

Browse files
committed
fix ci
1 parent decf47a commit 0c94fa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ 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: |
7171
echo ${{ matrix.target.os }}
7272
sudo apt-get update

0 commit comments

Comments
 (0)