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!"