Skip to content

Commit

Permalink
Don't try to run the example on CI machines
Browse files Browse the repository at this point in the history
  • Loading branch information
eliemichel committed Oct 13, 2024
1 parent d59cb3d commit 1ac7b55
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,3 @@ jobs:
cmake
--build build
--config ${{ matrix.build-type }}
- name: Run (Multiconfig)
if: ${{ matrix.is-multiconfig }}
run: build/${{ matrix.build-type }}/hello-glfw3webgpu${{ matrix.exe-extension }}

- name: Run (Monoconfig)
if: ${{ !matrix.is-multiconfig }}
run: build/hello-glfw3webgpu${{ matrix.exe-extension }}

0 comments on commit 1ac7b55

Please sign in to comment.