Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sabianroberts committed Sep 28, 2024
1 parent 6d9b3dd commit 2877488
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,16 +55,10 @@ jobs:
- name: Build
working-directory: build
run: ninja
- uses: actions/upload-artifact@v2
if: matrix.gcc-ver == '11'
with:
name: openag-${{ runner.os }}-${{ matrix.configuration }}
path: build/client.so
if-no-files-found: error

build-linux-clang:
name: build-linux (clang-${{ matrix.clang-ver }}, ${{ matrix.configuration }})
runs-on: ubuntu
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit 2877488

Please sign in to comment.