We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent efeb865 commit a916e26Copy full SHA for a916e26
.github/workflows/protobuf.yml
@@ -12,7 +12,7 @@ jobs:
12
- uses: actions/checkout@v2
13
- name: Download latest Protobufs
14
run: |
15
- git clone https://github.com/SteamDatabase/GameTracking-CSGO.git $GameTracking_dir
+ git clone --depth=1 https://github.com/SteamDatabase/GameTracking-CSGO.git $GameTracking_dir
16
cp $GameTracking_dir/Protobufs/{cstrike15_*.proto,engine_gcmessages.proto,netmessages.proto,steammessages.proto} pkg/demoinfocs/msg/proto
17
18
if [[ ! `git status --porcelain` ]]; then
0 commit comments