Skip to content

Commit

Permalink
Improve
Browse files Browse the repository at this point in the history
  • Loading branch information
AurevoirXavier committed Jul 28, 2023
1 parent ce9a586 commit b8ddcd3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,7 @@
# - name: Fetch latest code
# uses: actions/checkout@v3
# - name: Setup build environment
# run: |
# sudo apt install -y clang llvm protobuf-compiler
# rustup show
# run: apt install -y clang llvm protobuf-compiler
# - name: Cache cargo
# uses: actions/cache@v3
# with:
Expand Down Expand Up @@ -163,7 +161,7 @@
# - name: Install darwinia
# run: |
# chmod u+x darwinia
# sudo mv darwinia /usr/bin
# mv darwinia /usr/bin
# - name: Launch darwinia
# run: darwinia --chain pangolin-dev --tmp --alice --tracing-api debug,trace --frontier-backend-type sql &
# - name: Install Node 19
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: false
docker-images: true
swap-storage: false
- name: Set swap space
uses: pierotofy/set-swap-space@master
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
dotnet: true
haskell: true
large-packages: true
docker-images: false
docker-images: true
swap-storage: false
- name: Set swap space
uses: pierotofy/set-swap-space@master
Expand Down

0 comments on commit b8ddcd3

Please sign in to comment.