diff --git a/.github/actions/environment/action.yaml b/.github/actions/environment/action.yaml index 5093cf5..f3ed190 100644 --- a/.github/actions/environment/action.yaml +++ b/.github/actions/environment/action.yaml @@ -2,6 +2,7 @@ name: Build toolchain description: Installs Dependencies and Compiles Lingo runs: + using: "composite" steps: - uses: actions-rs/toolchain@v1 with: