github: Fix build

This commit is contained in:
Remko Tronçon 2022-10-01 20:32:20 +02:00
parent 814e9a2c9f
commit 643e3b45f4
2 changed files with 2 additions and 0 deletions

View file

@ -24,6 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: sudo apt-get update
- run: sudo apt-get install awscli
- run: yarnpkg build
- name: aws s3 sync

View file

@ -13,6 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- uses: ./.github/actions/setup
- run: sudo apt-get update
- run: sudo apt-get install awscli
- run: yarnpkg build
- name: aws s3 sync