Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Voltstro committed Sep 9, 2024
1 parent bf4faa1 commit bafde31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ jobs:
build-engine-cef:
strategy:
matrix:
os: [windows-2022]
build: ['windows64']
package: ['Win-x64']
os: [windows-2022, ubuntu-22.04]
build: ['windows64', 'linux64']
package: ['Win-x64', 'Linux-x64']

runs-on: ${{ matrix.os }}
name: Build-UWB-Engine-CEF-${{ matrix.package }}
Expand Down

0 comments on commit bafde31

Please sign in to comment.