Skip to content

Commit

Permalink
GHA: Add build information
Browse files Browse the repository at this point in the history
  • Loading branch information
k-takata committed Aug 26, 2020
1 parent d9f6676 commit 762808e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci-windows.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -233,4 +233,6 @@ jobs:
shell: msys2 {0}
run: |
cd src
bash <(curl -s https://codecov.io/bash)
export ARCH=${{ matrix.arch }}
export TOOLCHAIN=${{ matrix.toolchain }}
bash <(curl -s https://codecov.io/bash) -e TOOLCHAIN,ARCH

0 comments on commit 762808e

Please sign in to comment.