Skip to content

Commit

Permalink
Add install go for macos runner
Browse files Browse the repository at this point in the history
  • Loading branch information
gjermundgaraba committed Jan 25, 2025
1 parent 2fa08a4 commit 2923c15
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/build-wasm-simd-image-from-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,17 @@ jobs:
ref: "${{ env.GIT_TAG }}"
fetch-depth: 0

# TODO: Get rid of this script, it is super unecessary and can probably be done in a little bash line
- uses: actions/setup-go@v5 # Only used by the "make python-install-deps"
with:
go-version: '1.23'
- uses: actions/setup-python@v5
with:
python-version: '3.10'
- name: Install dependencies
run: make python-install-deps
- name: Get arguments
run: echo "LIBWASM_VERSION=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_ENV

- name: Log in to the Container registry
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567
Expand All @@ -45,10 +51,7 @@ jobs:

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Get arguments
run: echo "LIBWASM_VERSION=$(scripts/get-libwasm-version.py --get-version)" >> $GITHUB_ENV


- name: Build and push
id: build
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 2923c15

Please sign in to comment.