Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
U
unix
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Contributor analytics
CI/CD analytics
Repository analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Glasgow Haskell Compiler
Packages
unix
Commits
e76c19c8
Commit
e76c19c8
authored
11 months ago
by
Bodigrim
Committed by
Julian Ospald
11 months ago
Browse files
Options
Downloads
Patches
Plain Diff
CI: tweak again
parent
259a995c
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/ci.yml
+1
-1
1 addition, 1 deletion
.github/workflows/ci.yml
with
1 addition
and
1 deletion
.github/workflows/ci.yml
+
1
−
1
View file @
e76c19c8
...
...
@@ -33,7 +33,6 @@ jobs:
-
name
:
Setup toolchain
run
:
|
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | BOOTSTRAP_HASKELL_NONINTERACTIVE=1 BOOTSTRAP_HASKELL_INSTALL_NO_STACK=1 BOOTSTRAP_HASKELL_GHC_VERSION=${{ matrix.ghc }} BOOTSTRAP_HASKELL_ADJUST_BASHRC=yes sh
. ~/.ghcup/env
-
uses
:
actions/cache@v4
name
:
Cache cabal stuff
with
:
...
...
@@ -43,6 +42,7 @@ jobs:
key
:
${{ runner.os }}-${{ matrix.ghc }}
-
name
:
Build
run
:
|
. ~/.ghcup/env
ghc --version
cabal --version
cabal update
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment