Skip to content

Commit

Permalink
update workflow actions
Browse files Browse the repository at this point in the history
  • Loading branch information
koolkdev committed Feb 22, 2024
1 parent cd283b4 commit 12c50e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,14 @@ jobs:
runs-on: ${{matrix.platform}}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "true"

- uses: lukka/get-cmake@latest

- name: Run vcpkg
uses: lukka/run-vcpkg@v10
uses: lukka/run-vcpkg@v11

- name: Set gcc
run: |
Expand Down

0 comments on commit 12c50e9

Please sign in to comment.