Skip to content

Commit

Permalink
test: update CI permission
Browse files Browse the repository at this point in the history
Signed-off-by: Jingfu Wang <[email protected]>
  • Loading branch information
GeekArthur committed Aug 15, 2024
1 parent 3232fa0 commit 9d4a4b1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,13 @@ jobs:

- name: Install Docker Compose via Package Manager
run: |
apt-get update
apt-get install -y docker-compose
sudo apt-get update
sudo apt-get install -y docker-compose
shell: bash

- name: Verify Docker Compose Installation
run: docker-compose --version
shell: bash

- name: Start a private ethereum network
uses: ./.github/actions/geth
Expand Down

0 comments on commit 9d4a4b1

Please sign in to comment.