We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af16c36 commit d8862cdCopy full SHA for d8862cd
.github/workflows/ci.yml
@@ -324,11 +324,11 @@ jobs:
324
path: lua-hash
325
326
- name: Install libssl-dev
327
- if: ${{ startsWith(matrix.os, 'ubuntu') }}
+ if: ${{ runner.os == 'Linux' }}
328
run: sudo apt install -y libssl-dev
329
330
- name: Setup MSVC dev-prompt
331
- if: ${{ matrix.os == 'windows-latest' && matrix.lua-version != 'luajit' }}
+ if: ${{ runner.os == 'Windows' && matrix.lua-version != 'luajit' }}
332
uses: ilammy/msvc-dev-cmd@v1
333
334
- name: Setup Lua
0 commit comments