Skip to content
This repository was archived by the owner on Jun 19, 2024. It is now read-only.

Commit 010b103

Browse files
committed
Fix CI pipeline
1 parent 2ee8d1b commit 010b103

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,8 +92,8 @@ jobs:
9292
run: "chmod +x gradlew"
9393
- name: Build base with gradle
9494
run: "./gradlew -PCI=true -PnativeBinaryExternalDir=native-binaries ultralight-java-base:build"
95-
- name: Build lwjgl3-opengl with gradle
96-
run: "./gradlew -PCI=true -PnativeBinaryExternalDir=native-binaries ultralight-java-lwjgl3-opengl:build"
95+
- name: Build lwjgl3-opengl example with gradle
96+
run: "./gradlew -PCI=true -PnativeBinaryExternalDir=native-binaries example:lwjgl3-opengl:build"
9797
- name: Check license
9898
run: "./gradlew licenseCheck"
9999
- name: Deploy to OSSHR

0 commit comments

Comments
 (0)