Skip to content

Commit

Permalink
test ubuntu build
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshall-Hallenbeck committed Sep 30, 2023
1 parent f40ed5b commit 085dfbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/netexec-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [windows-latest]
os: [ubuntu-latest, windows-latest]
python-version: ["3.11"]
#os: [ubuntu-latest, macOS-latest, windows-latest]
#python-version: ["3.8", "3.9", "3.10", "3.11"]
Expand All @@ -36,5 +36,5 @@ jobs:
if: runner.os != 'windows'
uses: actions/upload-artifact@v3
with:
name: nxc-${{ matrix.os }}-${{ matrix.python-version }}
name: nxc-${{ matrix.os }}
path: bin/nxc

0 comments on commit 085dfbf

Please sign in to comment.