Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
buck54321 committed Oct 15, 2024
1 parent 6420232 commit ac9d330
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ permissions:
jobs:
build-go:
name: Go CI
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
strategy:
matrix:
go: ['1.22', '1.23']
Expand Down
4 changes: 4 additions & 0 deletions run_tests.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
#!/usr/bin/env bash

apt search libwebkit
apt search libgtk-

set -ex

dir=$(pwd)
Expand Down

0 comments on commit ac9d330

Please sign in to comment.