diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 59082f5..a9b8908 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -13,7 +13,7 @@ jobs: fail-fast: false matrix: cache_nonce: [ 1 ] - nim_version: [ 1.2.18, 1.4.8, 1.6.6 ] + nim_version: [ 1.2.18, 1.6.6 ] platform: - { icon: 🐧, @@ -40,17 +40,16 @@ jobs: shell: ${{ matrix.platform.shell }} {0} steps: - # - name: Install tools and libraries via APT (Linux) - # if: matrix.platform.os == 'ubuntu' - # run: | - # sudo apt update - # sudo apt install -y \ - # ... + - name: Install tools and libraries via APT (Linux) + if: matrix.platform.os == 'ubuntu' + run: | + # sudo apt update + # sudo apt install -y \ + # ... - name: Install tools and libraries via Homebrew (macOS) if: matrix.platform.os == 'macos' run: | - brew update brew install \ findutils