Skip to content

Commit

Permalink
chore: update git clone command in main.yml workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
melo936 committed Jul 21, 2024
1 parent 6a63214 commit 3be3530
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:

env:
SXSC_REPO: 'https://github.com/Atlas-OS/sxsc'
FILENAME: 'Revi-PB-${{ github.ref_name }}.apbx'

jobs:
build:
Expand All @@ -20,7 +19,9 @@ jobs:
# Credits to echnobas, Atlas and all the contributors.
- name: Git clone sxsc
run: |
git clone --depth=1 ${{ env.SXSC_REPO }} sxsc-src
git clone ${{ env.SXSC_REPO }} sxsc-src
cd sxsc-src
git checkout fd384df752dee77b11f687ec2f2ee667658605d7
- name: Build cab
run: |
Expand Down

0 comments on commit 3be3530

Please sign in to comment.