Skip to content

Commit 3961f3e

Browse files
ci: fix build
Signed-off-by: Henry Gressmann <[email protected]>
1 parent 5b01c36 commit 3961f3e

File tree

4 files changed

+7
-89
lines changed

4 files changed

+7
-89
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
with:
1616
persist-credentials: false
17-
- uses: taiki-e/create-gh-release-action@v1.8.2
17+
- uses: taiki-e/create-gh-release-action@v1.9.1
1818
with:
1919
changelog: CHANGELOG.md
2020
allow-missing-changelog: true
@@ -68,8 +68,8 @@ jobs:
6868
with:
6969
name: web-dist
7070
path: ./web/dist
71-
- uses: actions-rust-lang/setup-rust-toolchain@v1
72-
- uses: taiki-e/upload-rust-binary-action@v1.23.0
71+
- uses: actions-rust-lang/setup-rust-toolchain@v1.11.0
72+
- uses: taiki-e/upload-rust-binary-action@v1.24.0
7373
with:
7474
bin: liwan
7575
target: ${{ matrix.target }}

.github/workflows/test-web.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ jobs:
3131
- name: Run tests
3232
run: bun test
3333
working-directory: ./web
34-
# temporarily disabled due to a bug with astros client.d.ts
35-
# - name: Run typecheck
36-
# run: bun typecheck
37-
# working-directory: ./web
34+
- name: Run typecheck
35+
run: bun typecheck
36+
working-directory: ./web

Cargo.lock

Lines changed: 1 addition & 81 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,6 @@ reqwest={version="0.12", default-features=false, features=[
6767
# database
6868
duckdb={git="https://github.com/explodingcamera-contrib/duckdb-rs", features=[
6969
"bundled",
70-
"buildtime_bindgen",
7170
"time",
7271
"r2d2",
7372
]}

0 commit comments

Comments
 (0)