Skip to content

Commit

Permalink
update ci to install free solid icons
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonlundien committed Jan 5, 2023
1 parent a66da8f commit 509aae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
run: |
npm install -g npm
npm install
npm install --no-save @fortawesome/fontawesome-svg-core@${{ matrix.fontawesome-svg-core }} vue@${{ matrix.vue }}
npm install --no-save @fortawesome/fontawesome-svg-core@${{ matrix.fontawesome-svg-core }} @fortawesome/free-solid-svg-icons@${{ matrix.free-solid-svg-icons }} vue@${{ matrix.vue }}
npm run build
npm install --no-save vue@${{ matrix.vue }}
npm list vue
Expand Down

0 comments on commit 509aae0

Please sign in to comment.