Updated to bld 1.7.4.

Updated to RIFE2 1.7.2.
Fixes vscode settings.
This commit is contained in:
Geert Bevin 2023-10-10 17:24:52 -04:00
parent 052de93ed6
commit 459a916906
7 changed files with 9 additions and 8 deletions

View file

@ -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