File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 2121 runs-on : ${{ matrix.os }}
2222 strategy :
2323 matrix :
24- os : [windows-latest, ubuntu-latest, macos-latest]
25- agda : ["Agda-2.6.4", "Agda-2.7.0", "Agda-2.8.0"]
24+ os : [ubuntu-latest]
25+ # os: [windows-latest, ubuntu-latest, macos-latest]
26+ agda : ["Agda-2.8.0"]
27+ # agda: ["Agda-2.6.4", "Agda-2.7.0", "Agda-2.8.0"]
2628 fail-fast : false
2729
2830 # Steps represent a sequence of tasks that will be executed as part of the job
@@ -130,7 +132,7 @@ jobs:
130132 - name : ⏬ Install Agda
131133 if : ${{ steps.check-agda.outcome == 'failure'}}
132134 run : |
133- stack install --resolver=lts-24.1 ${{ matrix.agda }}
135+ stack install --resolver=lts-24.1 --allow-different-user ${{ matrix.agda }}
134136 echo "STACK_LOCAL_BIN=$(stack path --local-bin)" >> "$GITHUB_ENV"
135137
136138 - name : 📦 Move artefacts to ${{ env.DIST }}
You can’t perform that action at this time.
0 commit comments