Skip to content

Commit abef5c3

Browse files
committed
Update APT and brew metadata before installing additional libraries
1 parent 091ffdf commit abef5c3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,10 @@ jobs:
7676
uses: actions/checkout@v2
7777
- name: Install required libraries (ubuntu)
7878
if: ${{ matrix.os == 'ubuntu-latest' }}
79-
run: sudo apt-get install -y libnspr4-dev libnss3-dev
79+
run: sudo apt-get update && sudo apt-get install -y libnspr4-dev libnss3-dev
8080
- name: Install required libraries (macos)
8181
if: ${{ matrix.os == 'macos-latest' }}
82-
run: brew install nspr nss
82+
run: brew update && brew install nspr nss
8383
- name: Build mqcrt library (ubuntu)
8484
if: ${{ matrix.os == 'ubuntu-latest' }}
8585
run: |

0 commit comments

Comments
 (0)