Moved build-gtest to the projectm namespace

This commit is contained in:
Blaquewithaq
2023-12-27 16:23:08 -06:00
committed by Blaque Allen (SoFloppy)
parent 102aef23e0
commit 2911adfb40

View File

@ -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