diff --git a/.github/workflows/test-sanitizers.yml b/.github/workflows/test-sanitizers.yml index d4dfb9d84..5639f6286 100644 --- a/.github/workflows/test-sanitizers.yml +++ b/.github/workflows/test-sanitizers.yml @@ -88,11 +88,9 @@ jobs: - name: Build shell: bash run: | - mkdir build - cd build - make -f ../Makefile config-$CC + make config-$CC echo 'SANITIZER = ${{ matrix.sanitizer }}' >> Makefile.conf - make -f ../Makefile -j$procs ENABLE_LTO=1 + make -j$procs ENABLE_LTO=1 - name: Log yosys-config output run: |