TomoakiNagahara / op-skeleton-2024

Apache License 2.0
1 stars 0 forks source link

GitHub Action: Automatic installation with CI is faild. #13

Closed TomoakiNagahara closed 1 year ago

TomoakiNagahara commented 1 year ago

❌ yum install -y php74-apcu ⭕ apt install -y php74-apcu

TomoakiNagahara commented 1 year ago

apt install php74-apcu is failed. Because it's not root. Maybe, requires it to be installed beforehand.

TomoakiNagahara commented 1 year ago

Could installed.

      - name: Setup PHP
        uses: shivammathur/setup-php@v2 # https://github.com/marketplace/actions/setup-php-action
      # uses: nanasess/setup-php@v3     # https://github.com/marketplace/actions/setup-php-environment
        with:
          php-version: ${{ matrix.php }}
          extensions: apcu