Skip to content

Commit

Permalink
refactor: another cache approach without using containers
Browse files Browse the repository at this point in the history
  • Loading branch information
3Hren committed Jan 10, 2025
1 parent 05fbc1e commit 92f1944
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ on: push

jobs:
build:
runs-on: ubuntu-24.04
container:
image: yanetplatform/yanet2-base:latest
steps:
runs-on: ubuntu-24.04
steps:
- uses: awalsh128/cache-apt-pkgs-action@latest
with:
packages: meson clang python3-pyelftools libnuma-dev libpcap-dev git
version: 1.0
- uses: actions/checkout@v4
with:
submodules: true
Expand Down

0 comments on commit 92f1944

Please sign in to comment.