Removed the checkout shit
This commit is contained in:
parent
6e6de42f3f
commit
d7bd15cf6b
2 changed files with 4 additions and 15 deletions
6
.github/workflows/build-macos.yml
vendored
6
.github/workflows/build-macos.yml
vendored
|
@ -45,12 +45,6 @@ jobs:
|
|||
with:
|
||||
xcode-version: '12.4'
|
||||
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: ${{ github.sha }}
|
||||
submodules: true
|
||||
|
||||
- name: Change Version
|
||||
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue