From 504636f30a0b728e35cb4960133249b90a5ac3d2 Mon Sep 17 00:00:00 2001 From: Kreato Date: Tue, 1 Aug 2023 07:00:54 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd98c8c5..08d0ed7e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,10 @@ jobs: steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - uses: actions/checkout@v3 - + + - name: Setup Nim + uses: jiro4989/setup-nim-action@v1 + # Runs a single command using the runners shell - name: main run: |