Skip to content

Commit

Permalink
try PWD
Browse files Browse the repository at this point in the history
  • Loading branch information
aakropotkin committed Jun 28, 2023
1 parent 341861c commit d0059cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/trivial-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
echo "Installing deps" >&2;
flox install -e sqlite-dev pkg-config;
flox install -e sqlite-dev '.#etc-profiles';
flox install -e sqlite-dev "$PWD#etc-profiles";
# Have to work around a bunch of unset variables that get us killed
# when `set -eu; set -o pipefail;' is active.
Expand Down

0 comments on commit d0059cf

Please sign in to comment.