Skip to content

Commit

Permalink
Remove Linux build action deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
stuart6854 committed Nov 29, 2023
1 parent b06b270 commit 51f814c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build_cmake_linux.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ jobs:
with:
submodules: recursive

- name: Install dependencies (Vulkan SDK, etc.)
run: apt install vulkan-utils

- name: Configure CMake
run: cmake -B ${{ github.workspace }}/build -DCMAKE_CXX_COMPILER=${{ matrix.cpp_compiler }} -DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }}

Expand Down

0 comments on commit 51f814c

Please sign in to comment.