Skip to content

Commit

Permalink
[CI] syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
gugod committed May 28, 2023
1 parent cca5da7 commit 4d7105d
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- run:
- apt update
- apt install libmpfr-dev
- cpanm --quiet --notest --installdeps .
- run: apt update
- run: apt install libmpfr-dev
- run: cpanm --quiet --notest --installdeps .
- run: yath test --qvf t/

0 comments on commit 4d7105d

Please sign in to comment.