Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
- Made fixes upstream to the bindings (cmake build target, generator) that should hopefully fix the windows build
- Use ubuntu focal to build until `egui` builds on `24.04`
  • Loading branch information
mdegans committed May 23, 2024
1 parent 05bb096 commit c32054c
Show file tree
Hide file tree
Showing 2 changed files with 75 additions and 31 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ jobs:
compression-level: 9
overwrite: true
linux-test:
# It builds on my machine which is mantic until i `do-release-upgrade`
# so let's try mantic.
runs-on: ubuntu-mantic
# It builds on my machine which is Mantic until i `do-release-upgrade`
# so let's try Mantic. Mantic won't start on GH actions, so let's try focal.
runs-on: ubuntu-focal
steps:
- name: Checkout repository
uses: actions/checkout@v4
Expand Down
100 changes: 72 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c32054c

Please sign in to comment.