Skip to content

Commit a916e26

Browse files
authored
Update protobuf.yml
1 parent efeb865 commit a916e26

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/protobuf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/checkout@v2
1313
- name: Download latest Protobufs
1414
run: |
15-
git clone https://github.com/SteamDatabase/GameTracking-CSGO.git $GameTracking_dir
15+
git clone --depth=1 https://github.com/SteamDatabase/GameTracking-CSGO.git $GameTracking_dir
1616
cp $GameTracking_dir/Protobufs/{cstrike15_*.proto,engine_gcmessages.proto,netmessages.proto,steammessages.proto} pkg/demoinfocs/msg/proto
1717
1818
if [[ ! `git status --porcelain` ]]; then

0 commit comments

Comments
 (0)