Skip to content

Commit

Permalink
download latest bin of xcccr instead of source
Browse files Browse the repository at this point in the history
  • Loading branch information
illabo committed Oct 14, 2020
1 parent 3ecd361 commit bf76a54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: input
- name: Code coverage report
run: |
curl -s https://raw.githubusercontent.com/illabo/xcccr/master/main.go > main.go && go build -o xcccr main.go && rm main.go
curl -s https://github.com/illabo/xcccr/releases/latest/download/xcccr > xcccr
if [ ! -f input/coverage/pullreq-coverage.json ] ; then
cat input/coverage/master-coverage.json | ./xcccr
else
Expand Down

0 comments on commit bf76a54

Please sign in to comment.