We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47f62ba commit 78c3c97Copy full SHA for 78c3c97
.github/workflows/ci.yaml
@@ -59,6 +59,8 @@ jobs:
59
runs-on: ubuntu-latest
60
steps:
61
- uses: actions/checkout@v2
62
+ with:
63
+ fetch-depth: 0
64
65
- name: Install node.js v12
66
uses: actions/setup-node@v2
@@ -83,9 +85,7 @@ jobs:
83
85
# use this to avoid rebuilding it if nothing changed
84
86
- name: Get latest lib/vscode rev
87
id: vscode-rev
- run: |
- ./ci/steps/git-deepen.sh
88
- echo "::set-output name=rev::$(git log -1 --format='%H' ./lib/vscode)"
+ run: echo "::set-output name=rev::$(git log -1 --format='%H' ./lib/vscode)"
89
90
- name: Attempt to fetch vscode build from cache
91
id: cache-vscode
0 commit comments