1
0
mirror of synced 2026-02-04 07:52:58 +00:00

action.yml: Playing with apt cache

This commit is contained in:
Krystine Sherwin
2025-11-01 12:04:13 +13:00
committed by Miodrag Milanovic
parent b9156c4f7c
commit 2d778a94fa
4 changed files with 22 additions and 5 deletions

View File

@@ -60,6 +60,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Build
shell: bash
@@ -105,6 +107,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Get iverilog
id: get-iverilog
@@ -191,6 +195,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Download build artifact
uses: actions/download-artifact@v4
@@ -229,6 +235,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Download build artifact
uses: actions/download-artifact@v4

View File

@@ -60,6 +60,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Setup Cpp
uses: aminya/setup-cpp@v1

View File

@@ -44,6 +44,8 @@ jobs:
- name: Setup environment
uses: ./.github/actions/setup-build-env
with:
runs-on: ${{ matrix.os }}
- name: Get iverilog
id: get-iverilog