Skip to content

Commit

Permalink
now with actual workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzard_inc committed Jan 7, 2025
1 parent 82f2e6c commit 8dfb8c1
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,20 @@ jobs:
windows-build:
runs-on: windows-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: install elan
shell: bash
run: |
: Install Elan
scripts/windows/install_elan.sh
set -o pipefail
curl -sSfL https://github.com/leanprover/elan/releases/download/v3.1.1/elan-x86_64-unknown-linux-gnu.tar.gz | tar xz
./elan-init -y --default-toolchain none
echo "$HOME/.elan/bin" >> "${GITHUB_PATH}"
- uses: actions/checkout@v4
- name: install other compiler
shell: bash
run: |
echo skipped
- name: build the cache command
shell:bash
shell: bash
run: lake build cache
- name: grab a bit of cache
shell: bash
Expand Down

0 comments on commit 8dfb8c1

Please sign in to comment.