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 d44c6f2 commit a06574bCopy full SHA for a06574b
.github/workflows/build-and-release.yml
@@ -25,7 +25,7 @@ jobs:
25
node-version: 12
26
27
- name: Install snapcraft (Linux)
28
- if: ${{ matrix.os == ubuntu-latest }}
+ if: ${{ matrix.os == 'ubuntu-latest' }}
29
run: |
30
sudo snap install snapcraft --classic
31
0 commit comments