Skip to content

Commit

Permalink
Update Vulkan SDK to 1.2.154.
Browse files Browse the repository at this point in the history
Update vcpkg to 2020.07.
  • Loading branch information
GPSnoopy committed Oct 10, 2020
1 parent 3896ff4 commit c0e649f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

runs-on: ubuntu-20.04
env:
SDK_VERSION: 1.2.148
SDK_VERSION: 1.2.154

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

runs-on: windows-latest
env:
SDK_VERSION: 1.2.148.0
SDK_VERSION: 1.2.154.1

steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_linux.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ mkdir -p build
cd build
git clone https://github.com/Microsoft/vcpkg.git vcpkg.linux
cd vcpkg.linux
git checkout 2020.06
git checkout 2020.07
./bootstrap-vcpkg.sh

./vcpkg install \
Expand Down
2 changes: 1 addition & 1 deletion vcpkg_windows.bat
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ mkdir build
cd build || goto :error
git clone https://github.com/Microsoft/vcpkg.git vcpkg.windows || goto :error
cd vcpkg.windows || goto :error
git checkout 2020.06 || goto :error
git checkout 2020.07 || goto :error
call bootstrap-vcpkg.bat || goto :error

vcpkg.exe install ^
Expand Down

0 comments on commit c0e649f

Please sign in to comment.