diff --git a/action.yml b/action.yml index 4d8631f..7c1f030 100644 --- a/action.yml +++ b/action.yml @@ -11,9 +11,9 @@ runs: sudo sed -Ei 's/^# deb-src /deb-src /' /etc/apt/sources.list sudo apt-get update shell: bash - if: ${{ runner.os == 'Linux' }} + if: ${{ runner.os == 'Linux' || matrix.os == 'Linux' }} - id: install-deps run: sudo apt-get build-dep glfw3 shell: bash - if: ${{ runner.os == 'Linux' }} + if: ${{ runner.os == 'Linux' || matrix.os == 'Linux' }}