Skip to content

Commit

Permalink
Update makefile.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dadynaderi1 authored Sep 27, 2024
1 parent 404328c commit e4e8315
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@ jobs:
uses: actions/checkout@v2

- name: Set up CMake
run: sudo apt-get install -y cmake ninja-build
run: sudo apt install -y cmake ninja-build

- name: Install Dependencies
run: |
sudo apt-get install -y glslc libglfw3-dev libglm-dev
sudo apt install -y vulkan-tools libvulkan-dev vulkan-validationlayers-dev spirv-tools glslc libglfw3-dev libglm-dev
- name: Build Project
run: |
Expand Down

0 comments on commit e4e8315

Please sign in to comment.