From 971eb4b0a824ecf74e7f05238894f9d23df532a8 Mon Sep 17 00:00:00 2001 From: George Lemon Date: Thu, 10 Oct 2024 15:54:09 +0300 Subject: [PATCH] try fix test action Signed-off-by: George Lemon --- .github/workflows/test.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index a3ba2bb..b7bef43 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,7 +27,7 @@ jobs: - ubuntu-latest # - windows-latest # - macOS-latest - - macos-13 # building on arm64 fails + # - macos-13 # building on arm64 fails steps: - uses: actions/checkout@v2 - uses: jiro4989/setup-nim-action@v1 @@ -35,6 +35,7 @@ jobs: nim-version: ${{ matrix.nim-version }} repo-token: ${{ secrets.GITHUB_TOKEN }} # - run: sudo apt-get -y install libsass-dev + - run: 'apt-get install -y libpcre3-dev' - run: "npm install cmake-js -g" - run: "choosenim show path -y" - run: nimble install -Y