Skip to content

Commit

Permalink
Deleted too much
Browse files Browse the repository at this point in the history
  • Loading branch information
e-n-f committed Oct 15, 2024
1 parent f4e1fb9 commit afb89ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
version: ['Release', 'Debug']
steps:
- uses: actions/checkout@v3
- run: sudo libsqlite3-dev
- run: sudo apt-get install libsqlite3-dev
- run: uname -a; BUILDTYPE=${{ matrix.version }} make
- run: make test

0 comments on commit afb89ed

Please sign in to comment.