aboutsummaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorCrozet Sébastien <developer@crozet.re>2020-09-28 11:48:58 +0200
committerCrozet Sébastien <developer@crozet.re>2020-09-28 11:48:58 +0200
commit198385df86c2107d92724e1d5e6434cd259bfc06 (patch)
tree00c87fd57adf5d5817a842fc43dab212a85fcf97 /.github
parent25cf3855b328ad4125484155fc36a3455de61606 (diff)
downloadrapier-198385df86c2107d92724e1d5e6434cd259bfc06.tar.gz
rapier-198385df86c2107d92724e1d5e6434cd259bfc06.tar.bz2
rapier-198385df86c2107d92724e1d5e6434cd259bfc06.zip
Actions: fix spurious space.
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/rust.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml
index 411938c..c434c4b 100644
--- a/.github/workflows/rust.yml
+++ b/.github/workflows/rust.yml
@@ -20,7 +20,7 @@ jobs:
- name: Build rapier2d
run: cargo build --verbose -p rapier2d;
- name: Build rapier3d
- run: cargo build --verbose -p rapier 3d
+ run: cargo build --verbose -p rapier3d;
- name: Build rapier2d SIMD
run: cd build/rapier2d; cargo build --verbose --features simd-stable;
- name: Build rapier3d SIMD