Skip to content

Commit

Permalink
fix git target dir (#8)
Browse files Browse the repository at this point in the history
Co-authored-by: negativeExponent <negativeExponent@users.noreply.github.com>
  • Loading branch information
negativeExponent and negativeExponent authored Oct 3, 2024
1 parent 6af34b5 commit e6a30f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/fceumm_next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Install needed packages
run: sudo apt install wget git build-essential
- name: Checkout source
run: git clone https://github.com/negativeExponent/libretro-fceumm.git libretro-fceumm_next && cd libretro-fceumm_next && git submodule update --init
run: git clone https://github.com/negativeExponent/libretro-fceumm.git libretro-fceumm_next && cd libretro-fceumm_next
- name: Build libretro core
working-directory: libretro-fceumm_next
run: |
Expand All @@ -40,7 +40,7 @@ jobs:
- name: Install needed packages
run: sudo apt install wget git build-essential mingw-w64 mingw-w64-x86-64-dev mingw-w64-tools
- name: Checkout source
run: git clone https://github.com/negativeExponent/libretro-fceumm.git && cd libretro-fceumm_next && git submodule update --init
run: git clone https://github.com/negativeExponent/libretro-fceumm.git libretro-fceumm_next && cd libretro-fceumm_next
- name: Build libretro core
working-directory: libretro-fceumm_next
run: |
Expand Down

0 comments on commit e6a30f3

Please sign in to comment.