use checkout earlier
This commit is contained in:
4
.github/workflows/ant.yml
vendored
4
.github/workflows/ant.yml
vendored
@ -14,10 +14,10 @@ jobs:
|
|||||||
- uses: Vampire/setup-wsl@v3
|
- uses: Vampire/setup-wsl@v3
|
||||||
with:
|
with:
|
||||||
distribution: Ubuntu-20.04
|
distribution: Ubuntu-20.04
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
|
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
|
||||||
- run: find . -name *.sh -exec unix2dos {} \;
|
- run: find . -name *.sh -exec unix2dos {} \;
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
@ -74,10 +74,10 @@ jobs:
|
|||||||
- uses: Vampire/setup-wsl@v3
|
- uses: Vampire/setup-wsl@v3
|
||||||
with:
|
with:
|
||||||
distribution: Ubuntu-20.04
|
distribution: Ubuntu-20.04
|
||||||
|
- uses: actions/checkout@v4
|
||||||
- run: apt-get update
|
- run: apt-get update
|
||||||
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
|
- run: apt-get install -y nsis nsis-common nsis-pluginapi wget dos2unix curl jq gpg gettext
|
||||||
- run: find . -name *.sh -exec unix2dos {} \;
|
- run: find . -name *.sh -exec unix2dos {} \;
|
||||||
- uses: actions/checkout@v4
|
|
||||||
- name: Set up JDK 21
|
- name: Set up JDK 21
|
||||||
uses: actions/setup-java@v4
|
uses: actions/setup-java@v4
|
||||||
with:
|
with:
|
||||||
|
Reference in New Issue
Block a user