Skip to content

Commit

Permalink
Changed linux CI scripts naming.
Browse files Browse the repository at this point in the history
  • Loading branch information
stripe2933 committed Sep 30, 2024
1 parent 2211733 commit 90edf66
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
vulkan-use-cache: true

- name: Install Ninja and build dependencies
run: |
sudo apt-get install ninja-build xorg-dev libc++-dev libc++abi-dev
run: sudo apt-get install ninja-build xorg-dev libc++-dev libc++abi-dev

- name: Install vcpkg
run: |
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/scripts/CMakeUserPresets.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
"displayName": "Linux + Clang 18",
"inherits": "default",
"cacheVariables": {
"CMAKE_C_COMPILER": "/usr/bin/clang-18",
"CMAKE_CXX_COMPILER": "/usr/bin/clang++-18",
"CMAKE_CXX_FLAGS": "-stdlib=libc++",
"CMAKE_EXE_LINKER_FLAGS": "-stdlib=libc++ -lc++abi",
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/scripts/triplets/x64-linux-clang.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ set(VCPKG_TARGET_ARCHITECTURE x64)
set(VCPKG_CRT_LINKAGE static)
set(VCPKG_LIBRARY_LINKAGE static)
set(VCPKG_CMAKE_SYSTEM_NAME Linux)
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/../clang-toolchain.cmake)
set(VCPKG_CHAINLOAD_TOOLCHAIN_FILE ${CMAKE_CURRENT_LIST_DIR}/../x64-linux-clang-toolchain.cmake)

0 comments on commit 90edf66

Please sign in to comment.