Skip to content

Commit

Permalink
disable windows test-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
yanghaoqi committed Sep 25, 2024
1 parent 4b9e903 commit 247baf2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/compiler-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
config:
- {name: x86_64-macos, os: macos-12, shell: bash}
- {name: x86_64-linux, os: ubuntu-22.04, shell: bash}
- {name: x86_64-windows, os: windows-2022, arch: x64, shell: bash}
# - {name: x86_64-windows, os: windows-2022, arch: x64, shell: bash}

steps:
- uses: actions/checkout@v3
Expand Down Expand Up @@ -229,9 +229,9 @@ jobs:
- name: Create Test Environment
run: mkdir test_results

- name: Start tmate session for debugging
uses: mxschmitt/action-tmate@v3
continue-on-error: true
# - name: Start tmate session for debugging
# uses: mxschmitt/action-tmate@v3
# continue-on-error: true

- name: Test
working-directory: ${{github.workspace}}
Expand Down

0 comments on commit 247baf2

Please sign in to comment.