From cebcbca6c4b970388fed1957cf6acddc44e15f2a Mon Sep 17 00:00:00 2001 From: SevenOfAces Date: Fri, 13 Dec 2024 05:13:33 +0000 Subject: [PATCH] Update .forgejo/workflows/cargo_test.yml --- .forgejo/workflows/cargo_test.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.forgejo/workflows/cargo_test.yml b/.forgejo/workflows/cargo_test.yml index 0962347..530e11f 100644 --- a/.forgejo/workflows/cargo_test.yml +++ b/.forgejo/workflows/cargo_test.yml @@ -11,14 +11,11 @@ env: jobs: test: - runs-on: alpine-latest + runs-on: ubuntu-latest steps: - name: Checkout Repository uses: actions/checkout@v4 - with: - github-server-url: https://git.smgames.club - repository: ${{ forgejo.repository }} - name: Cache dependencies uses: actions/cache@v2