1
1
Fork 0
mirror of https://github.com/QB64-Phoenix-Edition/QB64pe.git synced 2024-07-01 12:40:36 +00:00

checkout v2; fix typo

This commit is contained in:
Luke Ceddia 2020-01-03 22:48:11 +11:00
parent 67301e2e99
commit 1276bb49ab
2 changed files with 1 additions and 1 deletions

View file

@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v2
- name: install dependencies
run: sudo apt update && sudo apt install libglu1-mesa-dev
- name: bootstrap