File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 33
33
name : Build the SDK
34
34
runs-on : ubuntu-latest
35
35
steps :
36
+ - name : Checkout Repo
37
+ uses : actions/checkout@v4
38
+ with :
39
+ # This makes Actions fetch all Git history so build-changed script can diff properly.
40
+ fetch-depth : 0
36
41
# Install Chrome so the correct version of webdriver can be installed by chromedriver when
37
42
# setting up the repo. This must be done to build and execute Auth properly.
38
43
- name : install Chrome stable
Original file line number Diff line number Diff line change 26
26
name : Build the SDK
27
27
runs-on : ubuntu-latest
28
28
steps :
29
+ - name : Checkout Repo
30
+ uses : actions/checkout@v4
31
+ with :
32
+ # This makes Actions fetch all Git history so build-changed script can diff properly.
33
+ fetch-depth : 0
29
34
# Install Chrome so the correct version of webdriver can be installed by chromedriver when
30
35
# setting up the repo. This must be done to build and execute Auth properly.
31
36
- name : install Chrome stable
You can’t perform that action at this time.
0 commit comments