Skip to content

Commit

Permalink
Merge pull request #20 from ell1e/patch-3
Browse files Browse the repository at this point in the history
Fix folder name for horse64
  • Loading branch information
fennecdjay authored Oct 4, 2022
2 parents 9bea017 + 1af3401 commit a499be5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ jobs:
- name: Horse64
run: |
git clone https://github.com/horse64/old-core.horse64.org
cd core.horse64.org
cd old-core.horse64.org
git submodule update --init
make release
echo './core.horse64.org/horsec run $1' > ../horse64
echo './old-core.horse64.org/horsec run $1' > ../horse64
chmod +x ../horse64
- name: Dictu
Expand Down

0 comments on commit a499be5

Please sign in to comment.