Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

hask and agd flakes not running mac CI tests #288

Open
github-actions bot opened this issue May 10, 2024 · 0 comments
Open

hask and agd flakes not running mac CI tests #288

github-actions bot opened this issue May 10, 2024 · 0 comments
Labels
bug Something isn't working todo

Comments

@github-actions
Copy link
Contributor

error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin'

# FIXME hask and agd flakes not running mac CI tests

  test:
    strategy:
      matrix:
        target:
          - name: ""
            free: false
            os: ubuntu-latest
          - name: ""
            free: false
            os: macos-latest
          # FIXME hask and agd flakes not running mac CI tests
          #   error: flake 'git+file:///private/tmp/nix-templates/target' does not provide attribute 'devShells.aarch64-darwin.default', 'devShell.aarch64-darwin', 'packages.aarch64-darwin.default' or 'defaultPackage.aarch64-darwin'
          - name: agd
            free: false
            os: ubuntu-latest
          - name: hask
            free: false
            os: ubuntu-latest
          - name: iogx
            free: false
            os: ubuntu-latest
          - name: iogx-plutus
            free: false
            os: ubuntu-latest
          - name: pix
            free: false
            os: ubuntu-latest
          - name: pix-ctl
            free: false
            os: ubuntu-latest
          - name: pix-ctl-full
            free: false
            os: ubuntu-latest
    runs-on: ${{ matrix.target.os }}
    steps:
      - uses: actions/checkout@v4
      - uses: dorny/paths-filter@v2
@github-actions github-actions bot added bug Something isn't working todo labels May 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working todo
Projects
None yet
Development

No branches or pull requests

0 participants