From 17764f05b09430c0c70d0c7b8f9f6b8b987e4c57 Mon Sep 17 00:00:00 2001 From: iminet Date: Wed, 12 Aug 2026 22:40:55 +0200 Subject: [PATCH] Github workflow bugfix --- .github/workflows/hello.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/hello.yml b/.github/workflows/hello.yml index a952959..c371b1a 100644 --- a/.github/workflows/hello.yml +++ b/.github/workflows/hello.yml @@ -17,12 +17,6 @@ jobs: - name: Dotnet info run: dotnet --info - - name: Dotnet restore - run: dotnet restore - - - name: Dotnet build - run: dotnet build --configuration Release - - name: Say hello run: echo "Hello from GitHub Actions!"