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 2877488 commit 96416a2
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,6 @@ jobs:
run: cmake -T ${{ matrix.toolset }} -A Win32 -B build
- name: Build
run: cmake --build build -j $env:NUMBER_OF_PROCESSORS --config ${{ matrix.configuration }}
- uses: actions/upload-artifact@v2
if: matrix.toolset == 'v141_xp'
with:
name: openag-${{ runner.os }}-${{ matrix.configuration }}
path: build\${{ matrix.configuration }}\client.dll
if-no-files-found: error

build-linux-gcc:
name: build-linux (gcc-${{ matrix.gcc-ver }}, ${{ matrix.configuration }})
Expand Down

0 comments on commit 96416a2

Please sign in to comment.