From bf53e5225390cc442663717070ea3c5fa946e7c8 Mon Sep 17 00:00:00 2001 From: revol-xut Date: Sun, 1 Oct 2023 16:54:04 +0200 Subject: [PATCH] type --- .github/actions/environment/action.yaml | 1 + 1 file changed, 1 insertion(+) 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: