Skip to content

Commit

Permalink
changed test build arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
iLLiCiTiT committed Jul 14, 2023
1 parent 1a566ce commit d277b4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: 🧵 Install Requirements
shell: pwsh
run: |
./tools/manage.ps1 create_env
./tools/manage.ps1 create-env
- name: 🔨 Build
shell: pwsh
Expand All @@ -57,7 +57,7 @@ jobs:

- name: 🧵 Install Requirements
run: |
./tools/make.sh create_env
./tools/make.sh create-env
- name: 🔨 Build
run: |
Expand Down

0 comments on commit d277b4b

Please sign in to comment.