Skip to content

Commit

Permalink
ci: install the latest unity-license-activate (#806)
Browse files Browse the repository at this point in the history
* wip

* ci: install the latest unity-license-activate
  • Loading branch information
homuler committed Dec 17, 2022
1 parent 391d7d9 commit 42576f2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/linux-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
with:
ref: ${{ inputs.ref }}

# Setup build tools
# Setup build tools
- name: Mount bazel cache
uses: actions/cache@v3
with:
Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
UNITY_TOTP_KEY: ${{ secrets.UNITY_TOTP_KEY }}
run: |
npm install -g unity-verify-code
git clone -b ci https://github.com/homuler/unity-license-activate.git
git clone https://github.com/homuler/unity-license-activate.git
cd unity-license-activate
npm install
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macos-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:
UNITY_TOTP_KEY: ${{ secrets.UNITY_TOTP_KEY }}
run: |
npm install -g unity-verify-code
git clone -b ci https://github.com/homuler/unity-license-activate.git
git clone https://github.com/homuler/unity-license-activate.git
cd unity-license-activate
npm install
cd ..
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windows-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
UNITY_TOTP_KEY: ${{ secrets.UNITY_TOTP_KEY }}
run: |
npm install -g unity-verify-code
git clone -b ci https://github.com/homuler/unity-license-activate.git
git clone https://github.com/homuler/unity-license-activate.git
cd unity-license-activate
npm install
cd ..
Expand Down

0 comments on commit 42576f2

Please sign in to comment.