Skip to content

Commit

Permalink
jumping into inner folder
Browse files Browse the repository at this point in the history
  • Loading branch information
LaroldsJubilantJunkyard committed Jun 14, 2023
1 parent 8b78f1b commit 2f48e5d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/default.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,11 @@ jobs:
- name: Install rgbds
run: |
mkdir rgbds
export PATH=`pwd`/rgbds:$PATH
export PATH=`pwd`/rgbds/rgbds:$PATH
cd rgbds
curl -Lo rgbds-0.6.1.tar.gz https://github.com/gbdev/rgbds/releases/download/v0.6.1/rgbds-0.6.1.tar.gz
tar xfz rgbds-0.6.1.tar.gz
cd rgbds
echo "$PWD"
ls
make install
Expand Down

0 comments on commit 2f48e5d

Please sign in to comment.