Skip to content

Commit

Permalink
ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Adam- committed Jan 20, 2025
1 parent e39017e commit 7c63242
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
key: ${{ runner.os }}-cache-${{ hashFiles('**/pom.xml') }}
restore-keys: |
${{ runner.os }}-cache-
- run: choco install innosetup --version 6.3.3
- run: choco install innosetup --version 6.4.0
- name: Set up JDK 11
uses: actions/setup-java@v4
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
java-version: 11
distribution: temurin
- name: build
run: gradlew build -P RUNELITE_BUILD=$RUNELITE_PROFILE
run: ./gradlew build -P RUNELITE_BUILD=$RUNELITE_PROFILE
- name: linux-x64
run: ./build-linux-x86_64.sh
- name: linux-aarch64
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
java-version: 11
distribution: temurin
- name: build
run: gradlew build -P RUNELITE_BUILD=$RUNELITE_PROFILE
run: ./gradlew build -P RUNELITE_BUILD=$RUNELITE_PROFILE
- name: clone create-dmg
run: git clone https://github.com/runelite/create-dmg -b runelite-1.0
- name: build create-dmg
Expand Down

0 comments on commit 7c63242

Please sign in to comment.