Skip to content

Commit

Permalink
Added support for Uncompressed Key (#910)
Browse files Browse the repository at this point in the history
  • Loading branch information
Gauthamastro authored Feb 12, 2024
2 parents 300aa7d + 39cc1c8 commit fb8c700
Show file tree
Hide file tree
Showing 40 changed files with 1,623 additions and 2,383 deletions.
8 changes: 4 additions & 4 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. Updated on Feb 09 2024.
ec2-instance-type: ${{ env.RUNNER_INSTANCE_TYPE }}
subnet-id: subnet-a4d326e8
security-group-id: sg-078363c0f7b5f0b41
Expand All @@ -54,12 +54,12 @@ 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 #Included in base AMI
# apt install -y clang lldb lld gcc zip protobuf-compiler build-essential curl libssl-dev # Included in base AMI
- name: Install latest nightly with wasm target
uses: actions-rs/toolchain@v1
with:
toolchain: nightly
toolchain: stable
target: wasm32-unknown-unknown
default: true
components: rustfmt, clippy
Expand Down
Loading

0 comments on commit fb8c700

Please sign in to comment.