Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryAWE committed Sep 14, 2024
1 parent 54c4850 commit 450b982
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,6 @@ jobs:
with:
arch: amd64

- name: Setup vcpkg
working-directory: C:/vcpkg
run: |
git fetch
git reset --hard HEAD
git merge 8cffd44a0fef633597c4f79d93a8b16b875ac6f9
- name: Configure
run: >
cmake
Expand Down Expand Up @@ -60,13 +53,6 @@ jobs:
sudo apt-get update
sudo apt-get install -y cmake ninja-build gcc-12 g++-12
- name: Setup vcpkg
working-directory: /usr/local/share/vcpkg
run: |
git fetch
git reset --hard HEAD
git merge 8cffd44a0fef633597c4f79d93a8b16b875ac6f9
- name: Install AngelScript
working-directory: /usr/local/share/vcpkg
run: ./vcpkg install angelscript
Expand Down

0 comments on commit 450b982

Please sign in to comment.