We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abc2899 commit 701e830Copy full SHA for 701e830
.github/workflows/build_doc.yml
@@ -21,7 +21,7 @@ jobs:
21
lfs: 'true'
22
23
- name: Install apt-get dependencies
24
- uses: awalsh128/cache-apt-pkgs-action@v1.3.1
+ uses: awalsh128/cache-apt-pkgs-action@v1.4.0
25
with:
26
packages: graphviz texlive liblua5.2-0 libclang1-9 libclang-cpp9
27
version: 3.0
.github/workflows/code_snippets.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: 'true'
31
32
- name: Install OpenCL
33
34
if: runner.os == 'Linux'
35
36
packages: ocl-icd-opencl-dev opencl-headers
0 commit comments