Skip to content

Commit

Permalink
Fix target
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravbug authored Oct 13, 2023
1 parent 4ee97e7 commit d1381d6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config release --target install
cmake --build . --config release --target RGL rglc
build-linux:
name: Linux Compile Check
Expand All @@ -48,7 +48,7 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config release --target install --parallel
cmake --build . --config release --target RGL rglc --parallel
build-mac:
name: macOS Compile Check
Expand All @@ -66,7 +66,7 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config Release --target install -- -quiet
cmake --build . --config Release --target RGL rglc -- -quiet
build-apple-mobile:
name: Apple Mobile Compile Check
Expand All @@ -88,7 +88,7 @@ jobs:
- name: Build
run: |
cd build
cmake --build . --config Release --target install -- -quiet
cmake --build . --config Release --target RGL rglc -- -quiet
build-web:
name: Web Compile Check
Expand All @@ -114,4 +114,4 @@ jobs:
mkdir build
cd build
emcmake cmake -G Ninja -DCMAKE_BUILD_TYPE=Release ..
cmake --build . --target install --parallel
cmake --build . --target RGL --parallel

0 comments on commit d1381d6

Please sign in to comment.