Update ci.yml
Fabio Cevasco h3rald@h3rald.com
Tue, 08 Dec 2020 14:51:15 +0100
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: |