-
Notifications
You must be signed in to change notification settings - Fork 719
Closed
Description
- The motivation is clear: cabal HEAD should be able to install istself including its dependencies. It wuld cover the build of important libs for the ecosystem like network
- The job was initially added for windows by @Mikolaj
cabal/.github/workflows/windows.yml
Line 72 in 69f6228
test-windows-8_6_5-dogfood: |
cabal/.github/workflows/windows.yml
Line 168 in 69f6228
test-windows-8_10_4-dogfood: |
- Ideally those jobs should reuse the cabal excutable buils in the previous step. The usual way is upload and download it as a workflow artifact
Mikolaj