We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73daf3f commit ab98962Copy full SHA for ab98962
.github/workflows/build.yml
@@ -19,14 +19,14 @@ jobs:
19
20
# Steps represent a sequence of tasks that will be executed as part of the job
21
steps:
22
- - name: Install gfortran for Linux
23
- run: sudo apt-get install gfortran
+ - name: Install gfortran and cairo on Linux
+ run: sudo apt-get install gfortran libcairo2-dev
24
25
- name: Check gfortran version
26
run: gfortran --version
27
28
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
29
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
30
31
- name: get a copy of giza
32
run: git clone https://github.com/danieljprice/giza
0 commit comments