diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 242c31d..54f5094 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -10,16 +10,16 @@ jobs: - name: clang-format run: | docker run --rm -v ${PWD}:/src wiiuenv/clang-format:13.0.0-2 -r ./source ./include - build-binary: + build-lib: runs-on: ubuntu-18.04 needs: clang-format steps: - uses: actions/checkout@v2 - - name: build binary + - name: build lib run: | docker build . -f Dockerfile.buildlocal -t builder docker run --rm -v ${PWD}:/project builder make - uses: actions/upload-artifact@master with: - name: binary + name: lib path: "lib/*.a" \ No newline at end of file