1 parent 3b4b668 commit a9ecdd3Copy full SHA for a9ecdd3
1 file changed
.github/workflows/build-master.yml
@@ -27,7 +27,9 @@ jobs:
27
28
deploy-aws:
29
needs: build
30
- runs-on: ubuntu-latest
+ # It seems awscli disappeared in 24.04 (it seems to be back in later versions).
31
+ # For now, running this on an older ubuntu.
32
+ runs-on: ubuntu-22.04
33
steps:
34
- run: sudo apt-get update
35
- run: sudo apt-get install awscli
0 commit comments