Skip to content

Commit 7318c9d

Browse files
committed
wip
1 parent cb2cc44 commit 7318c9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ jobs:
198198
- name: --chdir
199199
run: |
200200
set -x
201-
d=$(mktemp -d)
201+
d=$(realpath $(mktemp -d))
202202
test $(pwd) != $d
203203
test $(pkgx -C $d -- pwd) = $d
204204
test $(pkgx --chdir $d -- pwd) = $d

0 commit comments

Comments
 (0)