Skip to content

Commit

Permalink
debugging CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Kbz-8 committed Oct 19, 2023
1 parent 4d19598 commit 254f80b
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/linux_gcc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,17 +28,10 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

# Install system dependencies
- name: Install Vulkan SDK
uses: humbletim/install-vulkan-sdk@v1.1.1
with:
version: 1.3.204.1
cache: true

- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential vulkan-utils libvulkan-dev
sudo apt-get -y install mesa-common-dev libsdl2-2.0-0 libsdl2-dev build-essential libvulkan-dev
# Build the lib
- name: Build MacroLibX
Expand Down

0 comments on commit 254f80b

Please sign in to comment.