Update workflow file to see if the action runs now
This commit is contained in:
parent
5683a7a793
commit
108744e02b
|
@ -29,7 +29,7 @@ jobs:
|
||||||
cd ..
|
cd ..
|
||||||
|
|
||||||
- name: Install sqlite
|
- name: Install sqlite
|
||||||
# brew package does not have unlock-notify
|
# Brew package does not have unlock-notify
|
||||||
run: |
|
run: |
|
||||||
wget https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
|
wget https://www.sqlite.org/2020/sqlite-autoconf-3310100.tar.gz
|
||||||
tar xzf sqlite-autoconf-3310100.tar.gz
|
tar xzf sqlite-autoconf-3310100.tar.gz
|
||||||
|
|
Loading…
Reference in New Issue