Skip to content

Commit

Permalink
Use get-tested action
Browse files Browse the repository at this point in the history
  • Loading branch information
turion committed Jan 6, 2024
1 parent 018faec commit 35070a4
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,14 +40,10 @@ jobs:
outputs:
matrix: ${{ steps.set-matrix.outputs.matrix }}
steps:
- name: Checkout base repo
uses: actions/checkout@v4
- name: Extract the tested GHC versions
id: set-matrix
run: |
wget https://github.com/Kleidukos/get-tested/releases/download/v0.1.5.0/get-tested-0.1.5.0-linux-amd64 -O get-tested
chmod +x get-tested
./get-tested --ubuntu rhine/rhine.cabal >> $GITHUB_OUTPUT
- uses: kleidukos/[email protected]
with:
cabal-file: "rhine/rhine.cabal"
ubuntu: true

build-cabal:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 35070a4

Please sign in to comment.