We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent decf47a commit 0c94fa6Copy full SHA for 0c94fa6
.github/workflows/release.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Install libssl
68
id: install_build_tools
69
- if: matrix.target.os == "ubuntu-latest"
+ if: matrix.target.os == 'ubuntu-latest'
70
run: |
71
echo ${{ matrix.target.os }}
72
sudo apt-get update
0 commit comments