Skip to content

Commit

Permalink
do make sure script exists
Browse files Browse the repository at this point in the history
  • Loading branch information
Blizzard_inc committed Jan 7, 2025
1 parent 34bcb21 commit ceacafd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ 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
- name: checkout
uses: actions/checkout@v4
- name: install other compiler
shell: bash
run: |
Expand Down

0 comments on commit ceacafd

Please sign in to comment.