Skip to content

Commit

Permalink
fixed workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Fixstars-momoko committed Jul 13, 2024
1 parent 2cbac2b commit d5d6a15
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/develop-MSVC.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,17 +19,19 @@ jobs:
uses: actions/[email protected]
with:
python-version: "3.11.4"

- name: Checkout repository
uses: actions/[email protected]
with:
submodules: recursive

- name: Create and enter the build directory
run: |
cd installer
mkdir build
cd build
python ${GITHUB_WORKSPACE}/installer/src/generate_config.py
- name: Checkout repository
uses: actions/[email protected]
with:
submodules: recursive
- name: Upload a Build Artifact
uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit d5d6a15

Please sign in to comment.