mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-05 03:15:35 +00:00
Moved build-gtest to the projectm namespace
This commit is contained in:
committed by
Blaque Allen (SoFloppy)
parent
102aef23e0
commit
2911adfb40
2
.github/workflows/build_emscripten.yml
vendored
2
.github/workflows/build_emscripten.yml
vendored
@ -41,7 +41,7 @@ jobs:
|
||||
|
||||
- name: Build GoogleTest From Source
|
||||
run: |
|
||||
git clone https://github.com/anomievision/build-gtest.git ${{ github.workspace }}/build-gtest
|
||||
git clone https://github.com/projectM-visualizer/build-gtest.git ${{ github.workspace }}/build-gtest
|
||||
cd ${{ github.workspace }}/build-gtest && ./setup.sh && ./build-emscripten.sh
|
||||
|
||||
- name: Configure Build
|
||||
|
||||
Reference in New Issue
Block a user