Skip to content

Commit

Permalink
Update cache-apt-pkgs-action
Browse files Browse the repository at this point in the history
  • Loading branch information
abb128 committed Feb 27, 2025
1 parent 19d291c commit 403235f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: Install doxygen
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: doxygen

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/main.ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- if: matrix.os == 'ubuntu-20.04'
name: Install apt packages
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: build-essential cmake wget tar

Expand Down Expand Up @@ -137,7 +137,7 @@ jobs:
submodules: recursive

- name: Install apt packages
uses: awalsh128/cache-apt-pkgs-action@v1.2.4
uses: awalsh128/cache-apt-pkgs-action@v1.4.3
with:
packages: mono-mcs nuget

Expand Down

0 comments on commit 403235f

Please sign in to comment.