Skip to content

Commit af1af4f

Browse files
committed
install the updater module
1 parent 055cd3b commit af1af4f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/cd_chocolatey.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,10 @@ jobs:
3333
- name: Checkout
3434
uses: actions/checkout@v3
3535

36+
- name: Install au module
37+
run: |
38+
choco install au -y
39+
3640
- name: Update package version
3741
run: |
3842
cd chocolatey-packages\ipinfo

0 commit comments

Comments
 (0)