Skip to content

Commit

Permalink
fix links again
Browse files Browse the repository at this point in the history
  • Loading branch information
oetiker committed Jan 31, 2024
1 parent 902f9ea commit 328623a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,10 +78,10 @@ jobs:
run: |
perl -Ithirdparty/lib/perl5 -Ilib thirdparty/bin/mojo generate automake_app
cd my-mojolicious-app
ln -s ../thirdparty/lib thirdparty/lib
ln -s ../../thirdparty/lib thirdparty/lib
mkdir -p thirdparty/carton
ln -s ../thirdparty/lib thirdparty/carton/lib
ln -s ../thirdparty/bin thirdparty/carton/bin
ln -s ../../../thirdparty/lib thirdparty/carton/lib
ln -s ../../../thirdparty/bin thirdparty/carton/bin
./configure
make
make test
Expand All @@ -91,12 +91,12 @@ jobs:
perl -Ithirdparty/lib/perl5 -Ilib thirdparty/bin/mojo generate callbackery_app
cd my-callbackery-app
sudo apt-get install gettext
ln -s ../thirdparty/lib thirdparty/lib
ln -s ../../thirdparty/lib thirdparty/lib
mkdir -p thirdparty/carton
ln -s ../thirdparty/lib thirdparty/carton/lib
ln -s ../thirdparty/bin thirdparty/carton/bin
ln -s ../../../thirdparty/lib thirdparty/carton/lib
ln -s ../../../thirdparty/bin thirdparty/carton/bin
mkdir -p ../node_modules
ln -s ../node_modules frontend/node_modules
ln -s ../../node_modules frontend/node_modules
cp etc/my-callbackery-app.dist.yaml etc/my-callbackery-app.yaml
./configure
make || make
Expand Down

0 comments on commit 328623a

Please sign in to comment.