Skip to content

Commit

Permalink
Merge pull request #2582 from get10101/fix/remove-just-gen-beta
Browse files Browse the repository at this point in the history
fix(ci): Remove just gen beta
  • Loading branch information
holzeis authored May 29, 2024
2 parents e21b9d3 + 0aae185 commit ac2713c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:

- name: Generate FFI bindings
if: matrix.bin == 'webapp'
run: just gen beta
run: just gen

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

0 comments on commit ac2713c

Please sign in to comment.