From 9ff650e6d9bd0203a5240809fc957b8ac453d8ac Mon Sep 17 00:00:00 2001 From: Dengke Tang Date: Tue, 21 Feb 2023 21:30:06 -0800 Subject: [PATCH] clean up --- .github/workflows/ci.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cc9595c..bffb43b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -82,14 +82,6 @@ jobs: make ./run_tests - # - name: Install dependencies - # run: | - # php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" - # php composer-setup.php - # php -c php.ini composer.phar update --no-interaction - # make test - - # linux-arm: # name: ARM (${{ matrix.arch }}) # runs-on: ubuntu-latest