Skip to content

Commit

Permalink
bump versions
Browse files Browse the repository at this point in the history
  • Loading branch information
radioegor146 committed Dec 19, 2023
1 parent bc63d3c commit 109bfce
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 @@ -5,14 +5,14 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Install MinGW x86-64 compiler
run: sudo apt install -y g++-mingw-w64-x86-64
- name: Install JDK
run: sudo apt install -y openjdk-8-jdk
- name: Check if input.jar exists
id: check_input_jar
uses: andstor/file-existence-action@v1
uses: andstor/file-existence-action@v2
with:
files: input.jar
- name: Copy test if input.jar does not exist
Expand Down

0 comments on commit 109bfce

Please sign in to comment.