Skip to content

Commit c47a016

Browse files
committed
tmp
1 parent 0c5f48a commit c47a016

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/copilot.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,11 @@ jobs:
1313
- name: Set up Node.js environment
1414
uses: actions/setup-node@v4
1515

16-
- name: Install Copilot CLI
17-
run: npm install -g @github/copilot
18-
16+
#- name: Install Copilot CLI
17+
# run: npm install -g @github/copilot
18+
- name: Install Copilot CLI
19+
run: |
20+
curl -fsSL https://gh.io/copilot-install | bash
1921
- name: Run Copilot CLI
2022
shell: bash
2123
env:

0 commit comments

Comments
 (0)