Skip to content

Commit 54b945c

Browse files
committed
Update to setup-gap@v3 from v2
1 parent edf6f7d commit 54b945c

File tree

2 files changed

+12
-10
lines changed

2 files changed

+12
-10
lines changed

.github/workflows/pull-request.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -59,11 +59,12 @@ jobs:
5959
update_packager_index: false
6060

6161
- name: "Install GAP"
62-
uses: gap-actions/setup-gap@v2
63-
with:
64-
GAP_BOOTSTRAP: 'minimal'
65-
GAP_PKGS_TO_CLONE: 'json'
66-
GAP_PKGS_TO_BUILD: 'json'
62+
uses: gap-actions/setup-gap@v3
63+
64+
- name: "Build the json package"
65+
run: |
66+
cd ${GAPROOT}/pkg
67+
../bin/BuildPackages.sh --strict json
6768
6869
- name: "Determine what was added or modified, validate"
6970
id: modified

.github/workflows/scan-for-updates.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,11 +54,12 @@ jobs:
5454
update_packager_index: false
5555

5656
- name: "Install GAP"
57-
uses: gap-actions/setup-gap@v2
58-
with:
59-
GAP_BOOTSTRAP: 'minimal'
60-
GAP_PKGS_TO_CLONE: 'crypting json'
61-
GAP_PKGS_TO_BUILD: 'crypting json'
57+
uses: gap-actions/setup-gap@v3
58+
59+
- name: "Build the json and crypting packages"
60+
run: |
61+
cd ${GAPROOT}/pkg
62+
../bin/BuildPackages.sh --strict json crypting
6263
6364
- name: "Set up Python"
6465
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)