Skip to content

Commit

Permalink
Update GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRStevens committed Jun 25, 2023
1 parent 66e3afe commit 956784e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ jobs:
PLATFORM: ${{ matrix.platform }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Checkout NAS2D
run: git submodule update --init nas2d-core/

- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.0.2
uses: microsoft/setup-msbuild@v1.3.1

- name: Restore vcpkg dependency cache
uses: actions/cache@v2
uses: actions/cache@v3
id: cache
with:
path: C:\vcpkg\installed\
Expand Down

0 comments on commit 956784e

Please sign in to comment.