Skip to content

Commit

Permalink
install wget in CI env (#39)
Browse files Browse the repository at this point in the history
* install wget in CI, use gh runners
  • Loading branch information
ChuckHend authored Oct 25, 2024
1 parent 6fd270a commit afd1ccf
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/trunk_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,10 +49,7 @@ jobs:
name: Build and push images
env:
TARGET_PLATFORMS: linux/amd64,linux/arm64
runs-on:
- self-hosted
- dind
- large-8x8
runs-on: ubuntu-22.04
outputs:
short_sha: ${{ steps.versions.outputs.SHORT_SHA }}
steps:
Expand All @@ -62,6 +59,7 @@ jobs:
shell: bash
run: |
set -xe
sudo apt-get update && sudo apt-get install -y wget
wget https://github.com/freshautomations/stoml/releases/download/v0.7.1/stoml_linux_amd64 &> /dev/null
mv stoml_linux_amd64 stoml
chmod +x stoml
Expand Down

0 comments on commit afd1ccf

Please sign in to comment.