Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
joneugster committed Aug 20, 2024
1 parent b98f0a4 commit dbfdca8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
# os: ubuntu-latest
- name: macOS
os: macos-latest
- name: Windows
os: windows-latest
# - name: Windows
# os: windows-latest
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
- name: install elan (macOS)
if: matrix.os == 'macos-latest'
run: |
curl -fsSL https://raw.githubusercontent.com/leanprover-community/mathlib4/master/scripts/install_macos.sh) > install_macos.sh
curl -fsSL https://raw.githubusercontent.com/leanprover-community/mathlib4/master/scripts/install_macos.sh > install_macos.sh
./install_macos.sh -y
source ~/.profile
- name: run lake build (macOS)
Expand Down

0 comments on commit dbfdca8

Please sign in to comment.