Skip to content

Commit

Permalink
XXX remove
Browse files Browse the repository at this point in the history
  • Loading branch information
sol committed Dec 12, 2024
1 parent e01f5a4 commit ab07d1c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/selftest.macos-13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- cron: 0 0 1 * *
push:
branches:
- selftest
- update
jobs:
build:
name: ${{ matrix.os }} / GHC ${{ matrix.ghc }}
Expand Down
2 changes: 2 additions & 0 deletions src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ import { installed, resolve, ResolvedVersion } from './resolve';

async function main() {
try {
await exec(`brew install ghcup`);
await exec(`ghcup install ghc`);
await workaroundRunnerImageIssue7061();
await addCabalBinToPath();
const requested = core.getInput('ghc-version');
Expand Down

0 comments on commit ab07d1c

Please sign in to comment.