Skip to content

Commit

Permalink
bump
Browse files Browse the repository at this point in the history
  • Loading branch information
samelamin committed Oct 5, 2023
1 parent 890fd28 commit 65881c3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
- "**.md"
env:
CARGO_TERM_COLOR: always
GCP_ZONE: europe-west3-a
# HOME: /home/ubuntu
jobs:
create-runner:
Expand All @@ -30,14 +31,14 @@ jobs:
image_family: ubuntu-2004-lts
machine_type: e2-highcpu-32
disk_size: 400
machine_zone: europe-west3-a
machine_zone: ${{ env.GCP_ZONE }}
ephemeral: true

- name: install as user
run: >
gcloud compute ssh
gce-gh-runner-${{ github.run_id }}-${{ github.run_attempt }}
--zone europe-west2-a
--zone ${{ env.GCP_ZONE }}
--command="cd /actions-runner && sudo ./svc.sh uninstall && sudo ./svc.sh install ubuntu"
test-features:
Expand Down

0 comments on commit 65881c3

Please sign in to comment.