Skip to content

Commit

Permalink
Update ygopro-core.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
edo9300 committed Jun 24, 2024
1 parent df012a6 commit 51800ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ygopro-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ jobs:
with:
fetch-depth: 1
- name: Install lua
shell: bash
run: ./scripts/install-lua.sh
shell: cmd
run: "scripts/install-lua"
- name: Install premake
shell: bash
run: ./scripts/install-premake5.sh
shell: cmd
run: "scripts/install-premake5"
- name: Build
shell: bash
run: ./scripts/build-premake5-msvc.sh
Expand Down

0 comments on commit 51800ae

Please sign in to comment.