Skip to content

Commit d03ca7d

Browse files
committed
Update workflow for github
1 parent 74a8665 commit d03ca7d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/Build_and_Test_JPF.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
branches: [ main ]
77
jobs:
88
Build_and_Test_JPF:
9-
runs-on: ubuntu-20.04
9+
runs-on: ubuntu-24.04
1010
steps:
1111
- name: Checkout
1212
uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
1717
- name: Update Gem
1818
run: gem update --system
1919
- name: install prereqs
20-
run: sudo apt install build-essential libboost-date-time-dev libcppunit-dev zlib1g-dev pdflatex
20+
run: sudo apt install wget gnupg ca-certificates lsb-release python3 python3-pip python3-venv pipx ruby-full build-essential expect texlive-latex-base texlive-latex-extra tzdata libboost-date-time-dev libcppunit-dev zlib1g-dev pdflatex
2121
- name: Install Jekyll
2222
run: gem install jekyll bundler --no-document
2323
- name: make

0 commit comments

Comments
 (0)