Skip to content

Commit

Permalink
fix: native path
Browse files Browse the repository at this point in the history
  • Loading branch information
notmeta committed Nov 8, 2024
1 parent e78607a commit c799b9e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/launcher.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,15 +60,15 @@ jobs:
popd
- name: clone dropt
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/jamesderlin/dropt dropt
pushd dropt
git fetch --depth=1 origin cdf507c7a2d5051da88985ff02be8b0b9c6935a8
git checkout cdf507c7a2d5051da88985ff02be8b0b9c6935a8
popd
- name: clone sajson
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/chadaustin/sajson sajson
pushd sajson
git fetch --depth=1 origin 791799ad90f7179f132ea2f53b90ef98f1d399a2
Expand Down Expand Up @@ -130,15 +130,15 @@ jobs:
name: jar
- name: clone dropt
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/jamesderlin/dropt dropt
pushd dropt
git fetch --depth=1 origin cdf507c7a2d5051da88985ff02be8b0b9c6935a8
git checkout cdf507c7a2d5051da88985ff02be8b0b9c6935a8
popd
- name: clone sajson
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/chadaustin/sajson sajson
pushd sajson
git fetch --depth=1 origin 791799ad90f7179f132ea2f53b90ef98f1d399a2
Expand Down Expand Up @@ -171,15 +171,15 @@ jobs:
name: jar
- name: clone dropt
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/jamesderlin/dropt dropt
pushd dropt
git fetch --depth=1 origin cdf507c7a2d5051da88985ff02be8b0b9c6935a8
git checkout cdf507c7a2d5051da88985ff02be8b0b9c6935a8
popd
- name: clone sajson
run: |
cd native
cd installer/native
git clone --depth 1 https://github.com/chadaustin/sajson sajson
pushd sajson
git fetch --depth=1 origin 791799ad90f7179f132ea2f53b90ef98f1d399a2
Expand Down

0 comments on commit c799b9e

Please sign in to comment.