Skip to content

Commit

Permalink
Updated config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
baileythegreen committed Jun 21, 2022
1 parent 7b77064 commit 93cc99f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ jobs:
make ;# Run the makefile.
make sqlite3.c ;# Build the "amalgamation" source file
make test ;# Run some tests (requires Tcl)
echo "export PATH=~/repo/bld:$PATH" >> $BASH_ENV
echo 'export PATH=~/repo/bld:$PATH' >> $BASH_ENV
source $BASH_ENV
echo $PATH
Expand Down

0 comments on commit 93cc99f

Please sign in to comment.