Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nihui committed Nov 8, 2023
1 parent b93e980 commit e024fe6
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/windows-arm-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
UseMultiToolTask: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: |
mkdir build; cd build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-arm64-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ jobs:
UseMultiToolTask: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: |
mkdir build; cd build
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/windows-x86-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,8 @@ jobs:
UseMultiToolTask: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: build
run: |
mkdir build; cd build
Expand Down

0 comments on commit e024fe6

Please sign in to comment.