Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fluiderson committed Sep 1, 2023
1 parent b7f08ca commit b04d389
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/contracts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
run:
working-directory: contracts
steps:
- name: Install GCC
- name: Install software
run: |
sudo dnf install gcc-c++ -y
sudo dnf install gcc-c++ rustup -y
- name: Checkout
uses: actions/checkout@v3
Expand Down

0 comments on commit b04d389

Please sign in to comment.