Skip to content

Commit a2efebc

Browse files
committed
Update GitHub Actions for Ubuntu 24.04
1 parent 94100ed commit a2efebc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/build.yml

+8
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,14 @@ jobs:
4343
path: node_modules
4444
key: ${{ runner.os }}-npm-${{ hashFiles('package.json') }}
4545

46+
- name: Install - APT
47+
run: |
48+
sudo debconf-communicate <<< "set man-db/auto-update false"
49+
sudo dpkg-reconfigure man-db
50+
sudo apt update
51+
sudo NEEDRESTART_SUSPEND=1 \
52+
apt install -y libgsl-dev
53+
4654
- name: Install - Bundler
4755
env:
4856
MAKE: make -j4

0 commit comments

Comments
 (0)