moved rust-toolchain to WHY2 install step
Some checks failed
Codacy Scan / Codacy Security Scan (push) Failing after 2m8s
Build WHY2-chat / test-why2 (./out/why2-chat-client, configure.sh, ubuntu-latest, ./out/why2-chat-server) (push) Failing after 0s
Test WHY2-core / test-why2 (why2, configure.sh, ubuntu-latest, ./out/why2-core-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 0s
Test WHY2-logger / test-why2 (why2-logger, configure.sh, ubuntu-latest, ./out/why2-logger-test, valgrind --leak-check=full --show-leak-kinds=reachable --track-origins=yes -s) (push) Failing after 0s
Test Project / test-project (configure.sh, ubuntu-latest, test) (push) Failing after 0s

This commit is contained in:
Václav Šmejkal 2025-01-08 17:55:06 +01:00
parent be94830e84
commit f8892b03bf
Signed by: ENGO150
GPG Key ID: 4A57E86482968843
4 changed files with 4 additions and 4 deletions

View File

@ -39,7 +39,6 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
ref: development
@ -56,6 +55,7 @@ jobs:
run: sudo ./${{ matrix.configure }}
- name: Install WHY2
- uses: dtolnay/rust-toolchain@stable
run: make install
- name: Build Chat

View File

@ -40,7 +40,6 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
ref: development
@ -60,6 +59,7 @@ jobs:
run: sudo apt install valgrind
- name: Install WHY2
- uses: dtolnay/rust-toolchain@stable
run: make install
- name: Build WHY2 Test

View File

@ -40,7 +40,6 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
ref: development
@ -60,6 +59,7 @@ jobs:
run: sudo apt install valgrind
- name: Install WHY2
- uses: dtolnay/rust-toolchain@stable
run: make install
- name: Build WHY2 Test

View File

@ -36,7 +36,6 @@ jobs:
steps:
- name: Checkout repository
- uses: actions/checkout@v2
- uses: dtolnay/rust-toolchain@stable
with:
ref: development
@ -54,6 +53,7 @@ jobs:
run: sudo ./${{ matrix.configure }}
- name: Install WHY2
- uses: dtolnay/rust-toolchain@stable
run: make install
- name: Download WHY2 test project