mirror of
https://github.com/irmen/prog8.git
synced 2024-12-23 09:32:43 +00:00
update GitHub action steps
This commit is contained in:
parent
ea6926e57d
commit
a77fde577c
4
.github/workflows/all-ci.yml
vendored
4
.github/workflows/all-ci.yml
vendored
@ -10,7 +10,7 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v3
|
||||||
|
|
||||||
- name: build and install recent 64tass
|
- name: build and install recent 64tass
|
||||||
run: |
|
run: |
|
||||||
@ -21,7 +21,7 @@ jobs:
|
|||||||
sudo make install
|
sudo make install
|
||||||
|
|
||||||
- name: Set up JDK 11
|
- name: Set up JDK 11
|
||||||
uses: actions/setup-java@v2
|
uses: actions/setup-java@v3
|
||||||
with:
|
with:
|
||||||
java-version: 11
|
java-version: 11
|
||||||
distribution: adopt
|
distribution: adopt
|
||||||
|
Loading…
Reference in New Issue
Block a user