Skip to content

Commit e58d65e

Browse files
author
Roman
committed
fix bug + comment big logic
1 parent 554bd92 commit e58d65e

File tree

1 file changed

+26
-29
lines changed

1 file changed

+26
-29
lines changed

.github/workflows/push-nodes.yml

Lines changed: 26 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: PR Build and Merge
22

3-
permissions:
4-
- write
5-
63
on:
74
pull_request:
85
branches:
@@ -20,32 +17,32 @@ jobs:
2017
with:
2118
ref: ${{ github.head_ref }}
2219

23-
- name: Install dependencies
24-
run: |
25-
sudo apt-get update &&
26-
sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler jq
27-
28-
- name: Install Rust stable
29-
uses: actions-rs/[email protected]
30-
with:
31-
toolchain: stable
32-
components: rustfmt
33-
profile: minimal
34-
35-
- name: Add wasm32-unknown-unknown target
36-
run: |
37-
rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
38-
rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
39-
40-
- name: Run localnet.sh False --build-only
41-
run: |
42-
chmod +x scripts/localnet.sh
43-
./scripts/localnet.sh False --build-only
44-
45-
- name: Run localnet.sh --build-only
46-
run: |
47-
chmod +x scripts/localnet.sh
48-
./scripts/localnet.sh --build-only
20+
# - name: Install dependencies
21+
# run: |
22+
# sudo apt-get update &&
23+
# sudo apt-get install -y clang curl libssl-dev llvm libudev-dev protobuf-compiler jq
24+
#
25+
# - name: Install Rust stable
26+
# uses: actions-rs/[email protected]
27+
# with:
28+
# toolchain: stable
29+
# components: rustfmt
30+
# profile: minimal
31+
#
32+
# - name: Add wasm32-unknown-unknown target
33+
# run: |
34+
# rustup target add wasm32-unknown-unknown --toolchain stable-x86_64-unknown-linux-gnu
35+
# rustup component add rust-src --toolchain stable-x86_64-unknown-linux-gnu
36+
#
37+
# - name: Run localnet.sh False --build-only
38+
# run: |
39+
# chmod +x scripts/localnet.sh
40+
# ./scripts/localnet.sh False --build-only
41+
#
42+
# - name: Run localnet.sh --build-only
43+
# run: |
44+
# chmod +x scripts/localnet.sh
45+
# ./scripts/localnet.sh --build-only
4946

5047
- name: Create a files
5148
working-directory: ${{ github.workspace }}

0 commit comments

Comments
 (0)