diff --git a/.gitea/workflows/push_master.yaml b/.gitea/workflows/push_master.yaml index 21de0ca..cc88a7a 100644 --- a/.gitea/workflows/push_master.yaml +++ b/.gitea/workflows/push_master.yaml @@ -25,8 +25,8 @@ jobs: - uses: https://github.com/dtolnay/rust-toolchain@stable with: - toolchain: ${{ steps.read_rust_toolchain.outputs.value }} - components: ${{ steps.read_rust_components.outputs.value }} + toolchain: ${{ join(fromJSON(steps.read_rust_toolchain.outputs.value), ',' ) }} + components: ${{ join(fromJSON(steps.read_rust_components.outputs.value), ',' ) }} - name: Build run: cargo build \ No newline at end of file