diff --git a/.gitea/workflows/push_master.yaml b/.gitea/workflows/push_master.yaml index 69b3951..0842ef7 100644 --- a/.gitea/workflows/push_master.yaml +++ b/.gitea/workflows/push_master.yaml @@ -16,6 +16,8 @@ jobs: with: file: rust-toolchain field: toolchain.targets + + - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: file: rust-toolchain diff --git a/.gitea/workflows/push_non_master.yaml b/.gitea/workflows/push_non_master.yaml index 898b577..71107a3 100644 --- a/.gitea/workflows/push_non_master.yaml +++ b/.gitea/workflows/push_non_master.yaml @@ -16,6 +16,8 @@ jobs: with: file: rust-toolchain field: toolchain.targets + + - uses: https://github.com/SebRollen/toml-action@v1.2.0 id: read_rust_components with: file: rust-toolchain