We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a5a8 commit 7c5e245Copy full SHA for 7c5e245
.github/workflows/api_doc.yml
@@ -50,7 +50,7 @@ jobs:
50
sudo apt install -y cmake
51
52
- name: Install Dependencies with cache
53
- uses: awalsh128/cache-apt-pkgs-action@v1.5.0
+ uses: awalsh128/cache-apt-pkgs-action@v1.5.1
54
with:
55
packages: >
56
build-essential
.github/workflows/ci_ubuntu.yml
@@ -88,7 +88,7 @@ jobs:
88
89
cache: true
90
91
- - uses: awalsh128/cache-apt-pkgs-action@v1.5.0
+ - uses: awalsh128/cache-apt-pkgs-action@v1.5.1
92
93
packages: libgl1-mesa-dev libglu1-mesa-dev
94
version: 1.0
0 commit comments