Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sukiyami authored Sep 14, 2022
1 parent 9bd3fcb commit 0fedd13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
run: echo "SHORT_SHA=$(echo ${GITHUB_SHA} | cut -c1-8)" >> $GITHUB_ENV
- name: Install dependencies
run: |
sudo apt-get install make python gcc git bison
sudo apt-get install make python3 gcc git bison
git clone -b v0.5.2 --depth=1 https://github.com/gbdev/rgbds
pushd rgbds
sudo make install
Expand Down

0 comments on commit 0fedd13

Please sign in to comment.