Skip to content

Commit

Permalink
debug workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
karosc committed Feb 16, 2024
1 parent 4dd7a52 commit f2e32c1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
strategy:
fail-fast: false
matrix:
os: [windows-2022, macos-12, ubuntu-latest]
os: [ubuntu-latest]
include:
- os: windows-2022
sys_pkgs: choco install swig
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
- name: Run on Linux
if: matrix.os == 'ubuntu-latest'
run: |
apt-get remove swig4.0
sudo apt-get remove swig4.0
git clone https://github.com/swig/swig.git
cd swig
mkdir build
Expand Down

0 comments on commit f2e32c1

Please sign in to comment.