Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Oct 22, 2021
1 parent da2200d commit 653c091
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,15 @@ jobs:
- name: Install required build toolchain
if: matrix.os == 'ubuntu-latest'
run: sudo apt-get install -y libarchive-tools

- name: Configure fontawesome
uses: DamianReeves/[email protected]
with:
path: .npmrc
contents: |
@fortawesome:registry=https://npm.fontawesome.com/
//npm.fontawesome.com/:_authToken=${{ secrets.FONTAWESOME_TOKEN }}
write-mode: overwrite

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit 653c091

Please sign in to comment.