Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
Thilas committed Jun 23, 2023
1 parent a51b4a4 commit 8aea3f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:

- name: Install AU
run: |
git clone -q https://github.com/Thilas/au.git $Env:TEMP/au
. "$Env:TEMP/au/scripts/Install-AU.ps1" $Env:au_version
git clone -q https://github.com/Thilas/au.git au
. "./au/scripts/Install-AU.ps1" $Env:au_version
# - name: Install chocolatey-core.extension # required for several packages
# run: choco install -y --no-progress chocolatey-core.extension
Expand Down

0 comments on commit 8aea3f2

Please sign in to comment.