Skip to content

Commit

Permalink
disable linux for now
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-ce committed Nov 24, 2023
1 parent 58d2e80 commit 0d07aa3
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,19 @@ jobs:
fail-fast: false
matrix:
#os: [ubuntu-latest]
os: [ubuntu-latest, windows-latest]
#os: [ubuntu-latest, windows-latest]
os: [windows-latest]
build_type: [Release]
include:
- os: windows-latest
arch: 'win64_mingw'
host: 'windows'
shell: 'cmd'
#shell: 'msys2 {0}'
- os: ubuntu-latest
arch: 'gcc_64'
host: 'linux'
shell: 'bash'
#- os: ubuntu-latest
#arch: 'gcc_64'
#host: 'linux'
#shell: 'bash'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0d07aa3

Please sign in to comment.