Skip to content

Commit

Permalink
Update Build-Linux-x86.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
500Foods authored May 18, 2024
1 parent 86a731f commit 9ad0905
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Build-Linux-x86.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,12 @@ jobs:
continue-on-error: true

steps:
- name: Install git
run: |
apt-get update
apt-get install -y git
- uses: actions/checkout@v4
with:
persist-credentials: false
Expand Down

0 comments on commit 9ad0905

Please sign in to comment.