79351184

Date: 2025-01-13 04:41:37
Score: 1.5
Natty:
Report link

@BenjaminW. is right (in the comments). Thanks.

First, I just changed runs on: ubuntu-latest to runs on: ubuntu-22.04.

Then I tried this:

 runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@v4
      - name: Install libmagickwand-dev
        run: sudo apt-get install libmagickwand-dev

Both work, and I'm not sure which solution is better.

Reasons:
  • Blacklisted phrase (0.5): Thanks
  • Whitelisted phrase (-1): solution is
  • Has code block (-0.5):
  • User mentioned (1): @BenjaminW
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Greg Johnson