Skip to content

Commit

Permalink
stop auto upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
sujith paily authored and sujith paily committed Feb 9, 2024
1 parent 1dfaa38 commit 6acfda3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
mode: start
github-token: ${{ secrets.GH_PERSONAL_ACCESS_TOKEN_REPO }}
ec2-image-id: ami-0ced994bdc615e5db # Ubuntu 22 with 500 GB volume
ec2-image-id: ami-04fffb9b173db7fb2 # Ubuntu 22 with 500 GB volume
ec2-instance-type: ${{ env.RUNNER_INSTANCE_TYPE }}
subnet-id: subnet-a4d326e8
security-group-id: sg-078363c0f7b5f0b41
Expand All @@ -54,8 +54,8 @@ jobs:
- name: Install dependencies
run: |
cat /etc/issue
apt update
apt install -y clang lldb lld gcc zip protobuf-compiler build-essential curl libssl-dev
# apt update #Steps included in Base AMI
# apt install -y clang lldb lld gcc zip protobuf-compiler build-essential curl libssl-dev #Steps included in Base AMI
- name: Install latest nightly with wasm target
uses: actions-rs/toolchain@v1
with:
Expand Down

0 comments on commit 6acfda3

Please sign in to comment.