Skip to content

Commit ab98962

Browse files
committed
(github) fix actions workflow to also install cairo
1 parent 73daf3f commit ab98962

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919

2020
# Steps represent a sequence of tasks that will be executed as part of the job
2121
steps:
22-
- name: Install gfortran for Linux
23-
run: sudo apt-get install gfortran
22+
- name: Install gfortran and cairo on Linux
23+
run: sudo apt-get install gfortran libcairo2-dev
2424

2525
- name: Check gfortran version
2626
run: gfortran --version
2727

2828
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29-
- uses: actions/checkout@v3
29+
- uses: actions/checkout@v4
3030

3131
- name: get a copy of giza
3232
run: git clone https://github.com/danieljprice/giza

0 commit comments

Comments
 (0)