diff options
| author | Dan Allen <dan.j.allen@gmail.com> | 2023-04-15 23:51:33 -0600 |
|---|---|---|
| committer | Dan Allen <dan.j.allen@gmail.com> | 2023-04-16 03:41:52 -0600 |
| commit | faf5a9b7c81ec240d0e13b212b61743be4243925 (patch) | |
| tree | c03b6e0a71195d2dc4c30203b3b9e86f08da7ae2 /.github | |
| parent | 7940fc444f0c15dab6705d15cdbdc786e0e5f11f (diff) | |
remove outdated nokogiri optimization in CI
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/ci.yml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83d1565b..c657382f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -69,12 +69,6 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Install prerequisites for Nokogiri (Linux) - if: matrix.os == 'ubuntu-latest' - run: sudo apt-get install libxslt1-dev - - name: Configure Nokogiri installation (Linux, macOS) - if: matrix.os == 'macos-latest' || matrix.os == 'ubuntu-latest' - run: echo 'BUNDLE_BUILD__NOKOGIRI=--use-system-libraries' >> $GITHUB_ENV - name: Set AsciiMath version if: matrix.asciimath-version run: echo 'ASCIIMATH_VERSION=${{ matrix.asciimath-version }}' >> $GITHUB_ENV |
