Skip to content

Commit 6d17333

Browse files
committed
Fixed CI
1 parent 22875c8 commit 6d17333

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ jobs:
117117
- name: Download ROM & CC:T
118118
run: |
119119
sudo git clone https://github.com/MCJack123/craftos2-rom /usr/local/share/craftos
120-
git clone --branch v1.20.1-1.112.0 https://github.com/cc-tweaked/CC-Tweaked ../CC-Tweaked
120+
git clone --branch v1.20.1-1.116.1 https://github.com/cc-tweaked/CC-Tweaked ../CC-Tweaked
121121
patch -p1 -d ../CC-Tweaked < resources/CCT-Tests.patch
122122
- name: Install dependencies
123123
run: |
@@ -150,7 +150,7 @@ jobs:
150150
- name: Restore vcpkg cache
151151
uses: lukka/run-vcpkg@v10
152152
with:
153-
vcpkgGitCommitId: 861c33057553ee836e7061ffbdabc25ea343145d
153+
vcpkgGitCommitId: baf57686c0ec86cbf2e4c055ea09cee710280cc6
154154
- name: Prepare environment
155155
run: |
156156
git submodule update --init --recursive

0 commit comments

Comments
 (0)