Skip to content

Commit

Permalink
update other action too
Browse files Browse the repository at this point in the history
  • Loading branch information
Gargaj committed Jul 13, 2024
1 parent 6d5522b commit 92a1b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
Wait-Process -Name "ndisdk"
echo "Done!"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create subdirs
run: |
mkdir ./glfw/
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
Wait-Process -Name "ndisdk"
echo "Done!"
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Create subdirs
run: |
mkdir ./glfw/
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
needs: create_release
steps:
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Build
run: cmake . && cmake --build .
- name: Create subdirs # There are no mac-specific resources currently
Expand Down

0 comments on commit 92a1b86

Please sign in to comment.