Skip to content

Commit

Permalink
ci(github): upgrade checkout action to v4
Browse files Browse the repository at this point in the history
Switch from apt(1) to apt-get(1).
  • Loading branch information
dbohdan committed May 10, 2024
1 parent 78c5fde commit 0503738
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Install dependencies
run: sudo apt install libsqlite3-tcl sqlite3 tcl tcllib tdom
run: sudo apt-get install -y libsqlite3-tcl sqlite3 tcl tcllib tdom
- name: Checkout
uses: actions/checkout@v1
uses: actions/checkout@v4
- name: Build
run: make tinyfts
- name: Run tests
Expand Down

0 comments on commit 0503738

Please sign in to comment.