Skip to content

Commit 89f3b2b

Browse files
committed
Point CI standard-library include path to stdlib src directory
1 parent 88a7bd5 commit 89f3b2b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
STDLIB_LIB="$RUNNER_TEMP/standard-library.agda-lib"
3333
cat > "$STDLIB_LIB" <<EOF
3434
name: standard-library
35-
include: ${{ steps.stdlib.outputs.stdlib_dir }}
35+
include: ${{ steps.stdlib.outputs.stdlib_dir }}/src
3636
EOF
3737
3838
printf '%s\n' "$STDLIB_LIB" > "$HOME/.agda/libraries"

0 commit comments

Comments
 (0)