Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LDAP committed Aug 6, 2024
1 parent e5caf3e commit 9c81fe1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,18 @@ jobs:
buildtype: [debugoptimized, release]
meson_version: ["1.5.1"]
steps:
- name: Install Vulkan SDK
uses: jakoch/[email protected]
with:
install_runtime: true
cache: true
stripdown: true
- name: Checkout code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install Vulkan SDK
uses: jakoch/[email protected]
with:
install_runtime: true
cache: true
stripdown: true
- name: Install dependencies
run: python -m pip install meson==${{ matrix.meson_version }} ninja
- name: Configure Project
Expand Down

0 comments on commit 9c81fe1

Please sign in to comment.