Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RpxdYTX committed Dec 14, 2021
1 parent ed79cef commit 53cc2da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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' }}

0 comments on commit 53cc2da

Please sign in to comment.