Skip to content

Commit

Permalink
fix: exclude bevy_dylib from build
Browse files Browse the repository at this point in the history
  • Loading branch information
BD103 committed Apr 20, 2024
1 parent 4fe2114 commit 30cde58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,8 @@ jobs:
uses: ./.github/actions/install-linux-deps

- name: Build workspace
run: cargo build --workspace
# Exclude bevy_dylib because it causes a linker error on Windows due to exporting more than 65k objects.
run: cargo build --workspace --exclude bevy_dylib

- name: Save cache
uses: ./.github/actions/cache
Expand Down

0 comments on commit 30cde58

Please sign in to comment.