3939
4040 steps :
4141 - uses : actions/checkout@v4
42+ with :
43+ fetch-depth : 0
4244 - uses : seanmiddleditch/gha-setup-ninja@master
4345 - name : Install Dependencies
4446 run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
6365 needs : [configure]
6466 steps :
6567 - uses : actions/checkout@v4
68+ with :
69+ fetch-depth : 0
6670 - uses : seanmiddleditch/gha-setup-ninja@master
6771 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
6872 - uses : actions/cache/restore@v4
8589 needs : [configure]
8690 steps :
8791 - uses : actions/checkout@v4
92+ with :
93+ fetch-depth : 0
8894 - uses : seanmiddleditch/gha-setup-ninja@master
8995 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
9096 - uses : actions/cache/restore@v4
@@ -103,6 +109,8 @@ jobs:
103109 needs : [configure]
104110 steps :
105111 - uses : actions/checkout@v4
112+ with :
113+ fetch-depth : 0
106114 - uses : seanmiddleditch/gha-setup-ninja@master
107115 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
108116 - uses : actions/cache/restore@v4
@@ -121,6 +129,8 @@ jobs:
121129 needs : [configure]
122130 steps :
123131 - uses : actions/checkout@v4
132+ with :
133+ fetch-depth : 0
124134 - uses : seanmiddleditch/gha-setup-ninja@master
125135 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
126136 - uses : actions/cache/restore@v4
@@ -139,6 +149,8 @@ jobs:
139149 needs : [configure]
140150 steps :
141151 - uses : actions/checkout@v4
152+ with :
153+ fetch-depth : 0
142154 - uses : seanmiddleditch/gha-setup-ninja@master
143155 - run : sudo apt-get update && sudo apt-get install -y ${INSTALL_DEPS}
144156 - uses : actions/cache/restore@v4
0 commit comments