From 0b2afb1ac8b3f210b832406fdf9af5481347a9b9 Mon Sep 17 00:00:00 2001 From: asonix Date: Wed, 7 Feb 2024 16:29:11 -0600 Subject: [PATCH] Full path to action --- .forgejo/workflows/check.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.forgejo/workflows/check.yaml b/.forgejo/workflows/check.yaml index 4e0414b..b37cc62 100644 --- a/.forgejo/workflows/check.yaml +++ b/.forgejo/workflows/check.yaml @@ -15,7 +15,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Setup Rust - uses: .forgejo/actions/prepare-rust + uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main - name: Clippy run: | @@ -32,7 +32,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Setup Rust - uses: .forgejo/actions/prepare-rust + uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main - name: Test run: cargo test @@ -53,7 +53,7 @@ jobs: uses: https://github.com/actions/checkout@v4 - name: Setup Rust - uses: .forgejo/actions/prepare-rust + uses: https://git.asonix.dog/asonix/pict-rs/.forgejo/actions/prepare-rust@main with: targets: x86_64-unknown-linux-musl,armv7-unknown-linux-musleabihf,aarch64-unknown-linux-musl -