From 9cbb47230facd782a4d3c6a144497574df192db5 Mon Sep 17 00:00:00 2001 From: Finn Hodgkin Date: Fri, 27 Sep 2024 09:54:55 +0100 Subject: [PATCH] Fix incorrect string --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20c9357..ed9ad51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: - uses: purescript-contrib/setup-purescript@v2.0.0 with: - purescript: "0.15.15" - psa: "0.8.2" - spago: unstable" + purescript: 0.15.15 + psa: 0.8.2 + spago: unstable - name: Cache PureScript dependencies uses: actions/cache@v2