From 399168fc381a93fdc9bcc40dca8b769812b76e6d Mon Sep 17 00:00:00 2001 From: galister <22305755+galister@users.noreply.github.com> Date: Wed, 10 Apr 2024 10:59:07 +0900 Subject: [PATCH] fix: ci typo --- .github/workflows/build-x11-openvr.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-x11-openvr.yml b/.github/workflows/build-x11-openvr.yml index 7d39d68..4e068a5 100644 --- a/.github/workflows/build-x11-openvr.yml +++ b/.github/workflows/build-x11-openvr.yml @@ -27,4 +27,4 @@ jobs: - name: Build run: cargo build --verbose --no-default-features --features=x11,openvr - name: Run tests - run: cargo test --verbose --no-default-features --features=x11,openvre + run: cargo test --verbose --no-default-features --features=x11,openvr