Skip to content

Commit

Permalink
Merge branch 'main' into cmdbuf-emu-test-queues
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug committed May 20, 2024
2 parents d303ca5 + 631d81d commit 25c682b
Show file tree
Hide file tree
Showing 36 changed files with 738 additions and 178 deletions.
10 changes: 10 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "monthly"
groups:
github-actions:
patterns:
- "*"
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
check:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check Tabs
run: |
Expand All @@ -39,7 +39,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Get Ubuntu OpenGL Dependencies
if: matrix.os == 'ubuntu-latest'
Expand All @@ -48,20 +48,20 @@ jobs:
sudo apt-get install -y libglfw3-dev
- name: Get OpenCL Headers
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: KhronosGroup/OpenCL-Headers
path: external/OpenCL-Headers

- name: Get OpenCL ICD Loader
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: KhronosGroup/OpenCL-ICD-Loader
path: external/opencl-icd-loader

- name: Get OpenCL Extension Loader
if: matrix.ext == 'YES'
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: bashbaug/opencl-extension-loader
path: external/opencl-extension-loader
Expand Down
Loading

0 comments on commit 25c682b

Please sign in to comment.