File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ name: Upload Release Asset
77
88env :
99 swift_package_resolve : swift package resolve
10- swift_build : swift build --enable-test-discovery - c release -Xswiftc -Ounchecked -Xswiftc -g -Xswiftc -static-stdlib -Xswiftc -cross-module-optimization
10+ swift_build : swift build -c release -Xswiftc -g -Xswiftc -static-stdlib # -Xswiftc -Ounchecked -Xswiftc -cross-module-optimization
1111 swift_test : swift test
1212 cache_version : 1
1313
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ The standalone `geocodingapi` binary can run on any 64-bit linux with recent lib
1616``` bash
1717api install zip
1818
19- wget https://github.com/open-meteo/geocoding-api/releases/download/0.0.5 /geocoding-api_0.0.5_focal_amd64 .deb
20- dpkg -i geocoding-api_0.0.4_focal_amd64 .deb
19+ wget https://github.com/open-meteo/geocoding-api/releases/download/0.0.6 /geocoding-api_0.0.6_focal_amd64 .deb
20+ dpkg -i geocoding-api_0.0.6_focal_amd64 .deb
2121
2222mkdir /var/lib/geocoding-api/data
2323cd /var/lib/geocoding-api/data
You can’t perform that action at this time.
0 commit comments