File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111
1212 steps :
13- - uses : actions/checkout@v3
14-
1513 - uses : actions/checkout@v3
1614 with :
17- repository : libical/vzic
18- ref : a4e030343e015d268fc26fad4365b6061a17791d
19- path : build/vzic
15+ submodules : true
2016
2117 - name : Install dependencies
2218 run : sudo apt-get update && sudo apt-get install -y libglib2.0-dev
Original file line number Diff line number Diff line change 1+ [submodule "vzic "]
2+ path = vzic
3+ url = https://github.com/libical/vzic
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ if [[ -d zoneinfo ]]; then
5050 export VZIC_ZONEINFO_MASTER=` pwd` /zoneinfo
5151
5252 echo " Merging..."
53- ./vzic-merge.pl
53+ ./build/vzic/ vzic-merge.pl
5454
5555 # copy updated zones
5656 cp -r $VZIC_ZONEINFO_NEW /zones.* $VZIC_ZONEINFO_MASTER
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments