Skip to content

Commit 9abef13

Browse files
Update codeql.yml
1 parent a40659f commit 9abef13

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/codeql.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ jobs:
7373
- name: Install packages
7474
run: >
7575
sudo apt install ninja-build build-essential cmake libc6-dev-amd64-cross
76-
libstb-dev libfmt-dev
7776
libglm-dev libglfw3-dev libtbb-dev libassimp-dev
7877
libvulkan-dev vulkan-tools vulkan-validationlayers-dev
7978
@@ -93,11 +92,6 @@ jobs:
9392
- name: Build and Install SDL3
9493
run: cmake --build build && sudo cmake --install build
9594

96-
- name: Get toml.hpp
97-
run: |
98-
mkdir include/toml++
99-
wget https://github.com/marzer/tomlplusplus/raw/master/toml.hpp -O include/toml++/toml.hpp
100-
10195
# If the analyze step fails for one of the languages you are analyzing with
10296
# "We were unable to automatically build your code", modify the matrix above
10397
# to set the build mode to "manual" for that language. Then modify this step

0 commit comments

Comments
 (0)