Skip to content

Commit a1fb9ce

Browse files
committed
unzip
1 parent e4345c9 commit a1fb9ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
push:
55
branches: ["master"]
66
paths:
7-
# changes to these files will trigger gitlab runner
7+
# changes to these files will trigger github runner
88
- .github/workflows/ci.yml
99
# - main.go
1010

@@ -17,7 +17,7 @@ jobs:
1717

1818
- name: change
1919
run: |
20-
apt install unzip
20+
# apt install unzip
2121
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip"
2222
unzip awscliv2.zip
2323
./aws/install --bin-dir /usr/local/bin --install-dir /usr/local/aws-cli --update

0 commit comments

Comments
 (0)