ok2
This commit is contained in:
parent
1d445df3b0
commit
2f7f8f0899
1 changed files with 5 additions and 3 deletions
8
.github/workflows/build-macos.yml
vendored
8
.github/workflows/build-macos.yml
vendored
|
@ -50,6 +50,11 @@ jobs:
|
||||||
with:
|
with:
|
||||||
submodules: true
|
submodules: true
|
||||||
|
|
||||||
|
- name: Change Version
|
||||||
|
run: |
|
||||||
|
sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
||||||
|
git remote show origin
|
||||||
|
|
||||||
# Initializes the CodeQL tools for scanning.
|
# Initializes the CodeQL tools for scanning.
|
||||||
# - name: Initialize CodeQL
|
# - name: Initialize CodeQL
|
||||||
# uses: github/codeql-action/init@v1
|
# uses: github/codeql-action/init@v1
|
||||||
|
@ -78,9 +83,6 @@ jobs:
|
||||||
python3 -m pip install --upgrade castlabs-evs
|
python3 -m pip install --upgrade castlabs-evs
|
||||||
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
|
python3 -m castlabs_evs.account refresh -A ${{ secrets.EVS_ACCOUNT_NAME }} -P ${{ secrets.EVS_PASSWD }}
|
||||||
|
|
||||||
- name: Change Version
|
|
||||||
run: sudo chmod +x resources/version.sh && ./resources/version.sh || true
|
|
||||||
|
|
||||||
- name : Build
|
- name : Build
|
||||||
env:
|
env:
|
||||||
CSC_LINK: ${{ secrets.CSC_LINK }}
|
CSC_LINK: ${{ secrets.CSC_LINK }}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue