Trying ti fix ci pipeline.
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 11:27:30 +0100
1 files changed,
3 insertions(+),
0 deletions(-)
jump to
M
.github/workflows/ci.yml
→
.github/workflows/ci.yml
@@ -26,6 +26,9 @@ steps:
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + - name: install musl-gcc + run: sudo apt-get install -y musl-tools + - name: Update $PATH run: echo "$HOME/.nimble/bin" >> $GITHUB_PATH