Skip to content

Commit 55925bb

Browse files
committed
Add missing armips dep
1 parent e8cba6e commit 55925bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
python-version: ${{ matrix.python-version }}
2323
- name: Install armips dependencies
24-
run: sudo apt-get update && sudo apt-get install -y cmake
24+
run: sudo apt-get update && sudo apt-get install -y cmake g++
2525
- name: Checkout armips
2626
uses: actions/checkout@v4
2727
with:
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
python-version: ${{ matrix.python-version }}
7474
- name: Install armips dependencies
75-
run: sudo apt-get update && sudo apt-get install -y cmake
75+
run: sudo apt-get update && sudo apt-get install -y cmake g++
7676
- name: Checkout armips
7777
uses: actions/checkout@v4
7878
with:

0 commit comments

Comments
 (0)