Skip to content

Commit 9f4cba7

Browse files
committed
try fix ci
1 parent db773e9 commit 9f4cba7

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
deno-version: "v2.x"
2020

2121
- name: Check Formatting
22-
run: deno fmt --check --ignore=sqlite
22+
run: deno fmt --check src/ test/ scripts/ mod.ts
2323

2424
- name: Lint
2525
run: deno lint --ignore=sqlite,bench
@@ -59,14 +59,12 @@ jobs:
5959
if: matrix.os == 'ubuntu-20.04'
6060
env:
6161
TARGET_ARCH: x86_64
62-
CC: clang -arch x86_64
6362
run: deno task build
6463

6564
- name: Build sqlite3 (linux arm)
6665
if: matrix.os == 'ubuntu-24.04-arm'
6766
env:
6867
TARGET_ARCH: aarch64
69-
CC: clang -arch arm64
7068
run: deno task build
7169

7270
- name: Build sqlite3 (macos-x86_64)

0 commit comments

Comments
 (0)