From 31ec56c54d6abf46f842ecd52803bc6f5ff03b79 Mon Sep 17 00:00:00 2001 From: askuric Date: Tue, 6 Feb 2024 17:55:14 +0100 Subject: [PATCH] typo ec45 --- .github/workflows/rust.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 4d4b72c..1850d96 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -15,6 +15,6 @@ jobs: - name: Build Orbirta3D run: cargo build --verbose --features ecx22 --features orbita3d - name: Build Orbita2D - run: cargo build --verbose --features ecx45 --features orbita2d + run: cargo build --verbose --features ec45 --features orbita2d # - name: Run tests # run: cargo test --verbose