We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ece208e commit a19617bCopy full SHA for a19617b
.github/workflows/pipeline.yml
@@ -56,7 +56,7 @@ jobs:
56
awsAccessKeyId: ${{ secrets.R2_ACCESS_KEY_ID }}
57
awsSecretAccessKey: ${{ secrets.R2_SECRET_ACESS_KEY }}
58
- name: Build nix packages
59
- run: ./ci.sh ${{ matrix.setup.system }} build_${{ matrix.setup.ocaml-version }}
+ run: ./ci.sh ${{ matrix.setup.platform }} build_${{ matrix.setup.ocaml-version }}
60
continue-on-error: ${{ matrix.setup.continue-on-error }}
61
62
top-level-packages:
0 commit comments