From 94f8c62cd0edf802a6381b24def96fd752aafb28 Mon Sep 17 00:00:00 2001 From: Khushraj Rathod Date: Wed, 9 Jun 2021 12:19:41 +0530 Subject: [PATCH] Update build.yml --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 234c656..3a651f7 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,8 @@ jobs: - name: Clone uses: actions/checkout@v2 with: - repository: 'kyokan/bob-wallet' + repository: 'rithvikvibhu/bob-wallet' + ref: 'linux-build-deeplink' - name: Cache dependencies uses: actions/cache@v2