Skip to content

Commit

Permalink
Bump ubuntu version
Browse files Browse the repository at this point in the history
  • Loading branch information
kpgalligan committed Nov 4, 2023
1 parent e70d5d8 commit bd90c16
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,21 @@ jobs:
steps:
- name: Checkout the repo
uses: actions/checkout@v2
- name: Install sqlite3 on Ubuntu
if: matrix.os == 'ubuntu-20.04'
shell: bash
run: |
sudo apt update
sudo apt install sqlite3
- name: Install msys2
if: matrix.os == 'windows-latest'
uses: msys2/setup-msys2@v2
with:
msystem: MINGW64
update: true
install: git mingw-w64-x86_64-toolchain libsqlite

- name: Validate Gradle Wrapper
uses: gradle/wrapper-validation-action@v1
- name: Cache gradle
Expand Down

0 comments on commit bd90c16

Please sign in to comment.