diff --git a/.github/workflows/c-cpp.yml b/.github/workflows/c-cpp.yml index 7419af2..f7c92e5 100644 --- a/.github/workflows/c-cpp.yml +++ b/.github/workflows/c-cpp.yml @@ -15,13 +15,13 @@ jobs: - uses: actions/checkout@v2 - name: Configure CMake run: cmake -G "MinGW Makefiles" -B build - + - name: Generate revision information shell: bash run: | curl https://raw.githubusercontent.com/Autorevision/autorevision/master/autorevision.sh -o autorevision ./autorevision -t h > autorevision.h - + - name: Build libhack run: make working-directory: build