Skip to content

Commit 699d77d

Browse files
committed
install build-essential on build
1 parent 60a1c01 commit 699d77d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: |
2222
./test.bash
2323
make testconvention
24-
os-versions: '["ubuntu-22.04"]'
24+
os-versions: '["ubuntu-24.04"]'
2525
test-windows:
2626
uses: mackerelio/workflows/.github/workflows/[email protected]
2727
with:
@@ -43,7 +43,7 @@ jobs:
4343
steps:
4444
- run: |
4545
sudo apt-get update
46-
sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64
46+
sudo apt-get install -y rpm devscripts debhelper fakeroot crossbuild-essential-arm64 build-essential
4747
mkdir -p ~/rpmbuild/{BUILD,BUILDROOT,RPMS,SOURCES,SPECS,SRPMS}
4848
- uses: actions/cache@v4
4949
with:

0 commit comments

Comments
 (0)