mirror of
https://github.com/Skallwar/suckit.git
synced 2026-09-10 07:16:19 -04:00
robo(ci): bump ryankurte/action-apt from 0.3.0 to 0.4.0
Bumps [ryankurte/action-apt](https://github.com/ryankurte/action-apt) from 0.3.0 to 0.4.0. - [Release notes](https://github.com/ryankurte/action-apt/releases) - [Commits](https://github.com/ryankurte/action-apt/compare/v0.3.0...v0.4.0) --- updated-dependencies: - dependency-name: ryankurte/action-apt dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
103d4a7505
commit
6550a0806a
4
.github/workflows/build_and_test.yml
vendored
4
.github/workflows/build_and_test.yml
vendored
|
|
@ -44,7 +44,7 @@ jobs:
|
|||
# sudo apt update
|
||||
# sudo apt install qemu-user-static
|
||||
|
||||
# - uses: ryankurte/action-apt@v0.3.0
|
||||
# - uses: ryankurte/action-apt@v0.4.0
|
||||
# if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
|
||||
# with:
|
||||
# arch: ${{ env.MULTILIB_ARCH }}
|
||||
|
|
@ -99,7 +99,7 @@ jobs:
|
|||
sudo apt install libssl-dev
|
||||
|
||||
- name: Install libssl (cross)
|
||||
uses: ryankurte/action-apt@v0.3.0
|
||||
uses: ryankurte/action-apt@v0.4.0
|
||||
if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
|
||||
with:
|
||||
arch: ${{ env.MULTILIB_ARCH }}
|
||||
|
|
|
|||
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -35,7 +35,7 @@ jobs:
|
|||
sudo apt install libssl-dev
|
||||
|
||||
- name: Install libssl (cross)
|
||||
uses: ryankurte/action-apt@v0.3.0
|
||||
uses: ryankurte/action-apt@v0.4.0
|
||||
if: ${{ matrix.target != 'x86_64-unknown-linux-gnu' }}
|
||||
with:
|
||||
arch: ${{ env.MULTILIB_ARCH }}
|
||||
|
|
|
|||
Loading…
Reference in a new issue