Skip to content
This repository has been archived by the owner on Mar 23, 2023. It is now read-only.

Commit

Permalink
ci: always update before installing new packages (#2623)
Browse files Browse the repository at this point in the history
  • Loading branch information
dated committed Aug 7, 2020
1 parent c7b3266 commit ff25c0d
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -28,6 +28,9 @@ jobs:
with:
languages: javascript

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/format.yml
Expand Up @@ -25,6 +25,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down Expand Up @@ -59,6 +62,9 @@ jobs:
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: ${{ runner.os }}-yarn-

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/test.yml
Expand Up @@ -37,6 +37,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down Expand Up @@ -78,6 +81,9 @@ jobs:
with:
node-version: ${{ matrix.node-version }}

- name: Update System
run: sudo apt-get update

- name: Install (Ledger Requirements)
run: sudo apt-get install libudev-dev libusb-1.0-0-dev

Expand Down

0 comments on commit ff25c0d

Please sign in to comment.