Skip to content

Commit

Permalink
ci: temporary use V app forks
Browse files Browse the repository at this point in the history
  • Loading branch information
ttytm committed Apr 8, 2024
1 parent e68b3cf commit ff45e89
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/v_apps_and_modules_compile_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
- name: Test vsql compilation and examples
run: |
echo "Install vsql"
.github/workflows/retry.sh v install elliotchance.vsql ; cd ~/.vmodules/elliotchance/vsql
.github/workflows/retry.sh v install https://github.com/ttytm/vsql@temp/vi-ci ; cd ~/.vmodules/vsql
echo "Generate vsql/grammar.v"
make vsql/grammar.v
echo "Compile vsql"
Expand All @@ -53,10 +53,10 @@ jobs:
- name: Test discord.v
run: |
echo "Clone https://github.com/DarpHome/discord.v/"
.github/workflows/retry.sh git clone https://github.com/DarpHome/discord.v/ discord && cd discord
echo "Checkout last known good commit"
git checkout 533485c08f21df91ff62fea9477e7017d21f91c4
echo "Clone https://github.com/DarpHome/discord.v"
.github/workflows/retry.sh v install https://github.com/ttytm/discord.v@temp/v-ci && cd ~/.vmodules/discord
# echo "Checkout last known good commit"
# git checkout 789de8ad35ee2683fbcd950fc07936f052088d0c
echo "Execute Tests"
v test .
Expand Down

0 comments on commit ff45e89

Please sign in to comment.