Skip to content

Commit a19617b

Browse files
committed
platform
1 parent ece208e commit a19617b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
awsAccessKeyId: ${{ secrets.R2_ACCESS_KEY_ID }}
5757
awsSecretAccessKey: ${{ secrets.R2_SECRET_ACESS_KEY }}
5858
- name: Build nix packages
59-
run: ./ci.sh ${{ matrix.setup.system }} build_${{ matrix.setup.ocaml-version }}
59+
run: ./ci.sh ${{ matrix.setup.platform }} build_${{ matrix.setup.ocaml-version }}
6060
continue-on-error: ${{ matrix.setup.continue-on-error }}
6161

6262
top-level-packages:

0 commit comments

Comments
 (0)