Skip to content

Commit

Permalink
ci: trying to fix error with vcpkg physx package
Browse files Browse the repository at this point in the history
  • Loading branch information
SNMetamorph committed Sep 14, 2023
1 parent 93ba441 commit b915a2b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nightly-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Create build environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down Expand Up @@ -68,9 +69,10 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: recursive
fetch-depth: 0

- name: Create build environment
# Some projects don't allow in-source building, so create a separate build directory
Expand Down

0 comments on commit b915a2b

Please sign in to comment.