all repos — min @ ed0871621e95c96ed2565ddf31872d4a89feb3df

A small but practical concatenative programming language.

Trying ti fix ci pipeline.
h3rald h3rald@h3rald.com
Thu, 31 Dec 2020 11:27:30 +0100
commit

ed0871621e95c96ed2565ddf31872d4a89feb3df

parent

d4ccbfe422f62223b1a103f16cbee52b6d791efb

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