Skip to content

Commit 68ff6ca

Browse files
committed
i thought I did this
1 parent 4882865 commit 68ff6ca

File tree

2 files changed

+3
-13
lines changed

2 files changed

+3
-13
lines changed

.github/workflows/cmake-multi-platform.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,9 @@ jobs:
4343
# cpp_compiler: clang++
4444
# runExecutable: ./Connection Machine_tests
4545

46-
steps:
47-
- uses: actions/checkout@v4
48-
with:
49-
submodules: 'recursive'
50-
51-
- name: Setup `wasmtime`
52-
uses: bytecodealliance/actions/wasmtime/setup@v1
46+
steps:
47+
# - name: Setup `wasmtime`
48+
# uses: bytecodealliance/actions/wasmtime/setup@v1
5349

5450
- name: Install Vulkan SDK
5551
uses: humbletim/install-vulkan-sdk@v1.2

.github/workflows/coverity-scan.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,12 @@ jobs:
1212
env:
1313
CC: gcc
1414
steps:
15-
- uses: actions/checkout@v4
16-
with:
17-
submodules: 'recursive'
1815

1916
- name: Install Dependencies
2017
run: |
2118
sudo apt update
2219
sudo apt install -y --no-install-recommends build-essential gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev liburing-dev
2320
24-
- name: Setup `wasmtime`
25-
uses: bytecodealliance/actions/wasmtime/setup@v1
26-
2721
- name: Install Vulkan SDK
2822
uses: humbletim/install-vulkan-sdk@v1.2
2923
with:

0 commit comments

Comments
 (0)