-
Notifications
You must be signed in to change notification settings - Fork 288
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump awalsh128/cache-apt-pkgs-action from 1.4.2 to 1.4.3 (#1906)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
- Loading branch information
1 parent
97752e1
commit a28f06b
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -50,7 +50,7 @@ jobs: | |
sudo apt install -y cmake | ||
- name: Install Dependencies with cache | ||
uses: awalsh128/[email protected].2 | ||
uses: awalsh128/[email protected].3 | ||
with: | ||
packages: > | ||
build-essential | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -88,7 +88,7 @@ jobs: | |
with: | ||
cache: true | ||
|
||
- uses: awalsh128/[email protected].2 | ||
- uses: awalsh128/[email protected].3 | ||
with: | ||
packages: libgl1-mesa-dev libglu1-mesa-dev | ||
version: 1.0 | ||
|