mirror of
https://github.com/ethauvin/rife2-bld-hello.git
synced 2025-04-26 09:17:12 -07:00
Updated to bld 1.7.4.
Updated to RIFE2 1.7.2. Fixes vscode settings.
This commit is contained in:
parent
052de93ed6
commit
459a916906
7 changed files with 9 additions and 8 deletions
4
.github/workflows/bld.yml
vendored
4
.github/workflows/bld.yml
vendored
|
@ -12,14 +12,14 @@ jobs:
|
|||
|
||||
steps:
|
||||
- name: Checkout source repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
fetch-depth: 0
|
||||
|
||||
- name: Set up JDK ${{ matrix.java-version }}
|
||||
uses: actions/setup-java@v3
|
||||
with:
|
||||
distribution: 'temurin'
|
||||
distribution: 'corretto'
|
||||
java-version: ${{ matrix.java-version }}
|
||||
|
||||
- name: Run tests
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue