We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9fd9d2 commit cd25d41Copy full SHA for cd25d41
.github/workflows/compile_sqlite.yml
@@ -44,7 +44,8 @@ jobs:
44
matrix:
45
# We only really need this for Ubuntu, but we recommend users run the same
46
# steps so we better make sure they work on all platforms.
47
- os: [ubuntu-latest, macos-latest, windows-latest]
+ #os: [ubuntu-latest, macos-latest, windows-latest]
48
+ os: [ubuntu-latest]
49
50
runs-on: ${{ matrix.os }}
51
name: Compile sqlite3
0 commit comments