Skip to content

Commit

Permalink
Fix github actions (#74)
Browse files Browse the repository at this point in the history
* Try to fix github actions

* Fix typos
  • Loading branch information
parasyte committed Apr 18, 2020
1 parent 774b749 commit 4098df5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
Expand All @@ -41,6 +43,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
Expand All @@ -59,6 +63,8 @@ jobs:
steps:
- name: Checkout sources
uses: actions/checkout@v2
- name: Update apt repos
run: sudo apt-get -y update
- name: Install dependencies
run: sudo apt -y install libsdl2-dev
- name: Install toolchain
Expand Down

0 comments on commit 4098df5

Please sign in to comment.