We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74a8665 commit d03ca7dCopy full SHA for d03ca7d
1 file changed
.github/workflows/Build_and_Test_JPF.yml
@@ -6,7 +6,7 @@ on:
6
branches: [ main ]
7
jobs:
8
Build_and_Test_JPF:
9
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
10
steps:
11
- name: Checkout
12
uses: actions/checkout@v4
@@ -17,7 +17,7 @@ jobs:
17
- name: Update Gem
18
run: gem update --system
19
- name: install prereqs
20
- run: sudo apt install build-essential libboost-date-time-dev libcppunit-dev zlib1g-dev pdflatex
+ 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
21
- name: Install Jekyll
22
run: gem install jekyll bundler --no-document
23
- name: make
0 commit comments