Skip to content

Commit

Permalink
Try ubuntu-20.04
Browse files Browse the repository at this point in the history
  • Loading branch information
smwoodman committed Sep 6, 2023
1 parent 2d89d32 commit 67d6f16
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/data-to-dwc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ on:

jobs:
generate-data:
runs-on: ubuntu-latest
runs-on: ubuntu-20.04
steps:
- name: Install Ubuntu package
run: |
sudo apt-get update
sudo apt-get install libudunits2-dev
# - name: Install Ubuntu package
# run: |
# sudo apt-get update
# sudo apt-get install libudunits2-dev
- uses: actions/checkout@v3
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-renv@v2
Expand Down

0 comments on commit 67d6f16

Please sign in to comment.