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.
2 parents 78247fc + 3c34547 commit c31a375Copy full SHA for c31a375
.github/workflows/drift.yml
@@ -31,13 +31,13 @@ jobs:
31
strategy:
32
fail-fast: false
33
matrix:
34
- os: [ ubuntu, macos, windows ]
+ os: [ubuntu, macos, windows]
35
sdk: [stable, beta]
36
37
steps:
38
- uses: actions/checkout@v4
39
40
- - name: Install libsqlite3 (Linux)
+ - name: Install libsqlite3 (Ubuntu)
41
if: matrix.os == 'ubuntu'
42
run: sudo apt-get -y install libsqlite3-dev
43
.github/workflows/file.yml
@@ -13,7 +13,6 @@ on:
13
- '.github/actions/dart-test/**'
14
- '.github/actions/coverage/**'
15
- 'packages/dart/**'
16
- - 'packages/flutter/**'
17
- 'packages/file/**'
18
19
jobs:
0 commit comments