Update .forgejo/workflows/test.yaml
All checks were successful
Haskell CI / build (pull_request) Successful in 2m53s
All checks were successful
Haskell CI / build (pull_request) Successful in 2m53s
This commit is contained in:
parent
2fc7948112
commit
9edd5cb436
1 changed files with 2 additions and 4 deletions
|
|
@ -12,7 +12,7 @@ jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: fpco/stack-build:lts-24.11
|
image: haskell:9.10
|
||||||
steps:
|
steps:
|
||||||
- name: Install Node.js (for actions)
|
- name: Install Node.js (for actions)
|
||||||
run: |
|
run: |
|
||||||
|
|
@ -20,14 +20,12 @@ jobs:
|
||||||
apt-get install -y nodejs
|
apt-get install -y nodejs
|
||||||
|
|
||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: https://github.com/actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- name: Check versions
|
- name: Check versions
|
||||||
run: |
|
run: |
|
||||||
ghc --version
|
ghc --version
|
||||||
cabal --version
|
cabal --version
|
||||||
stack --version
|
|
||||||
node --version
|
|
||||||
|
|
||||||
- name: Cache Cabal packages
|
- name: Cache Cabal packages
|
||||||
uses: https://github.com/actions/cache@v4
|
uses: https://github.com/actions/cache@v4
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue