all repos — min @ 01dbf4e63a6490d3af498202860eee14f7e2766d

A small but practical concatenative programming language.

Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:51:15 +0100
commit

01dbf4e63a6490d3af498202860eee14f7e2766d

parent

83cf449c59c9098a9a154f10d11c62a6b769b52f

1 files changed, 3 insertions(+), 1 deletions(-)

jump to
M .github/workflows/ci.yml.github/workflows/ci.yml

@@ -21,13 +21,15 @@ # The type of runner that the job will run on

runs-on: ubuntu-latest env: CHOOSENIM_CHOOSE_VERSION: stable - PATH: $HOME/.nimble/bin:$PATH CHOOSENIM_NO_ANALYTICS: 1 # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v2 + + - name: Update $PATH + run: echo "$HOME/.nimble/bin" >> $GITHUB_PATH - name: Install Nim run: |