Skip to content

Commit

Permalink
wip11
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeodrippe committed Jul 23, 2024
1 parent ef09dba commit d6b1469
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ilammy/msvc-dev-cmd@v1
- uses: mlugg/setup-zig@v1
- name: Populate submodules
run: |
git submodule update --init --recursive
Expand All @@ -26,6 +25,7 @@ jobs:
msbuild JoltPhysics\Build\VS2022_CL\JoltPhysics.sln /property:Configuration=Distribution -m
bash -c "cp JoltPhysics/Build/VS2022_CL/Distribution/Jolt.dll native/joltc_zig.dll"
- uses: mlugg/setup-zig@v1
- name: Prepare java
uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion JoltPhysics

0 comments on commit d6b1469

Please sign in to comment.