Skip to content

Commit

Permalink
Merge pull request #91 from JulianDev24/patch-1
Browse files Browse the repository at this point in the history
Update test_windows.yml
  • Loading branch information
xxEoD2242 authored Jul 7, 2024
2 parents 6d22acd + 75f4890 commit 20f3533
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/test_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,17 +9,14 @@ jobs:

# Steps represent a sequence of tasks that will be executed as part of the job
steps:
- uses: actions/checkout@v3
- name: Checkout repo
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Enable Developer Command Prompt
uses: ilammy/msvc-dev-cmd@v1

- name: Build AirLib
shell: cmd
run: build.cmd

- name: Unity build
shell: cmd
run: |
cd Unity
build.cmd

0 comments on commit 20f3533

Please sign in to comment.