mirror of
https://github.com/remko/waforth
synced 2024-11-17 07:48:06 +01:00
github: Fix build
This commit is contained in:
parent
814e9a2c9f
commit
643e3b45f4
2 changed files with 2 additions and 0 deletions
1
.github/workflows/publish-release.yml
vendored
1
.github/workflows/publish-release.yml
vendored
|
@ -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
|
||||
|
|
1
.github/workflows/publish-thurtle.yml
vendored
1
.github/workflows/publish-thurtle.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue