From ec021645059a8222ba5f18160012e2c4cc231db8 Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Fri, 3 May 2024 18:25:13 -0400 Subject: [PATCH] Use newer GH action --- .github/workflows/ci.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index ad9a2f3..22fc1f5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -1,12 +1,12 @@ on: [push] name: build jobs: - runhaskell: - name: Hello World + build: + name: Build runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - - uses: haskell/actions/setup@v2 + - uses: haskell-actions/setup@v2 with: enable-stack: true - run: stack build