Skip to content

Commit 0aae185

Browse files
committed
fix(ci): Remove just gen beta
1 parent e21b9d3 commit 0aae185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878

7979
- name: Generate FFI bindings
8080
if: matrix.bin == 'webapp'
81-
run: just gen beta
81+
run: just gen
8282

8383
- name: Build ${{ matrix.bin }}
8484
run: cargo build --release --bin ${{ matrix.bin }} --target-dir ./target --target=${{ matrix.target }}

0 commit comments

Comments
 (0)