Skip to content

Commit

Permalink
Update action name
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexVanderbist committed Dec 8, 2021
1 parent d0afa83 commit 3092de2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Checkout code
uses: actions/checkout@v2

- name: Install SQLite 3
- name: Install SQLite 3 (3.32 is required and only included in Ubuntu 21.x)
run: |
sudo apt-get install build-essential tar wget
wget https://www.sqlite.org/2021/sqlite-autoconf-3370000.tar.gz
Expand Down

0 comments on commit 3092de2

Please sign in to comment.