Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/rustLaunchSite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,22 +116,22 @@ jobs:

# clone host repo
- name: Clone git repos (1/4)
uses: actions/checkout@v6
uses: actions/checkout@v7
# clone ctrl-c dependency repo
- name: Clone git repos (2/4)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: HunterZ/ctrl-c
path: subprojects/ctrl-c
# clone SrvLib dependency repo
- name: Clone git repos (3/4)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: HunterZ/SrvLib
path: subprojects/SrvLib
# clone ValveFileVDF dependency repo
- name: Clone git repos (4/4)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: HunterZ/ValveFileVDF
path: subprojects/ValveFileVDF
Expand All @@ -153,7 +153,7 @@ jobs:
${{ github.workspace }}/out/build/**/vcpkg_installed
${{ github.workspace }}/vcpkg
- name: Setup vcpkg (2/4)
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: Microsoft/vcpkg
path: vcpkg
Expand Down
Loading