Skip to content

Commit

Permalink
actions update
Browse files Browse the repository at this point in the history
  • Loading branch information
mmertama committed Nov 22, 2024
1 parent 7b108bb commit 2f4c709
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/gempyre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,8 @@ jobs:
popd
- name: Run lib install test
if: startsWith(matrix.config.os, 'windows')
if: false # TODO
#if: startsWith(matrix.config.os, 'windows')
shell: bash
run: |
if [ "${{ matrix.config.cxx }}" == "cl" ]; then
Expand Down

0 comments on commit 2f4c709

Please sign in to comment.