Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
winitzki committed May 31, 2024
1 parent d61bca4 commit 60bb1ad
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
runner: "ubuntu-latest"
stack-yaml: "stack.ghc-8.10.yaml"
fail-fast: false
name: ${{ matrix.os.runner }} - ${{runner.arch}} - ${{ matrix.stack-yaml }}
name: ${{ matrix.os.runner }} - ${{matrix.os.runner.arch}} - ${{ matrix.stack-yaml }}
runs-on: ${{ matrix.os.runner }}
steps:
- name: "Checkout repository"
Expand All @@ -48,9 +48,9 @@ jobs:
- name: "Cache"
uses: actions/cache@v3
with:
key: ${{ matrix.os.runner }}-${{runner.arch}}-${{ hashFiles(matrix.stack-yaml) }}-${{ env.cache_generation }}
key: ${{ matrix.os.runner }}-${{matrix.os.runner.arch}}-${{ hashFiles(matrix.stack-yaml) }}-${{ env.cache_generation }}
restore-keys: |
${{ matrix.os.runner }}-${{runner.arch}}-
${{ matrix.os.runner }}-${{matrix.os.runner.arch}}-
path: |
${{ steps.setup-haskell-cabal.outputs.stack-root }}
- name: Install libsodium
Expand Down
2 changes: 1 addition & 1 deletion .mergify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ queue_rules:
- check-success=hydra
# Mergify explicitly recommends listing each status check separately:
# https://docs.mergify.io/conditions/#validating-all-status-checks
- check-success=macOS-latest - stack.yaml
- check-success=macOS-latest - - stack.yaml
- check-success=ubuntu-latest - stack.yaml
- check-success=windows-latest - stack.yaml
pull_request_rules:
Expand Down

0 comments on commit 60bb1ad

Please sign in to comment.