Skip to content

Commit 729cfc2

Browse files
committed
Correct syntax in ci file
1 parent bc7234c commit 729cfc2

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- name: Install dependencies with awalsh128/cache-apt-pkgs-action
2525
uses: awalsh128/cache-apt-pkgs-action@latest
2626
with:
27+
packages: libboost-all-dev libspdlog-dev libfmt-dev
2728
# Need a more modern version of spdlog than provided by 20.04
2829
add-repository: ppa:savoury1/backports
30+
version: 1.0
2931

3032
- name: Checkout repository
3133
uses: actions/checkout@v5

.github/workflows/ci_cmake.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ jobs:
1616
- name: Install dependencies with awalsh128/cache-apt-pkgs-action
1717
uses: awalsh128/cache-apt-pkgs-action@latest
1818
with:
19+
packages: libboost-all-dev libspdlog-dev libfmt-dev
1920
# Need a more modern version of spdlog than provided by 20.04
2021
add-repository: ppa:savoury1/backports
21-
packages: libboost-all-dev libspdlog-dev libfmt-dev
2222
version: 1.0
2323

2424
- name: Checkout repository

0 commit comments

Comments
 (0)