Skip to content

Commit 99a76ea

Browse files
Fix script path
1 parent e434af9 commit 99a76ea

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ jobs:
2424
with:
2525
fetch-depth: 0 # required to access tags
2626
submodules: 'true'
27-
28-
- name: Display context
29-
run: |
30-
pwd
31-
ls -la
3227

3328
- name: Install Dependencies
34-
run: .devcontainer/scripts/install-dependencies.sh
29+
run: .devcontainer/install-dependencies.sh

0 commit comments

Comments
 (0)