fix: move cargo env sourcing into make step and fix build echo target name

This commit is contained in:
2024-11-30 21:11:41 +00:00
parent 6fb8e59311
commit 5100a36421
2 changed files with 2 additions and 3 deletions
+1 -2
View File
@@ -9,10 +9,9 @@ jobs:
- run: apt update
- run: apt install build-essential valgrind make curl -y
- run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain nightly -y
- run: source $HOME/.cargo/env
- name: Check out repository code
uses: actions/checkout@v4
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: make
- run: source $HOME/.cargo/env && make