From ba29de549b7de1d07ade79fdc2f21e4de638c649 Mon Sep 17 00:00:00 2001 From: Turiiya <34311583+ttytm@users.noreply.github.com> Date: Sat, 20 Apr 2024 15:31:35 +0200 Subject: [PATCH] ci: use latest upstream `discord.v` in apps and modules test (#21322) --- .github/workflows/v_apps_and_modules_compile_ci.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/v_apps_and_modules_compile_ci.yml b/.github/workflows/v_apps_and_modules_compile_ci.yml index bf516f11df..f2f4ed788a 100644 --- a/.github/workflows/v_apps_and_modules_compile_ci.yml +++ b/.github/workflows/v_apps_and_modules_compile_ci.yml @@ -58,9 +58,10 @@ jobs: if: ${{ !cancelled() && steps.build.outcome == 'success' }} run: | 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 + .github/workflows/retry.sh v install https://github.com/DarpHome/discord.v + cd ~/.vmodules/discord + echo "Checkout last known good commit" + git checkout c4777906464e4c97233e3afa532ddec7175e21ec echo "Execute Tests" v test .