fix: source cargo environment before running make in build workflow

This commit is contained in:
2024-11-30 20:28:30 +00:00
parent ca71cc5177
commit bab72cd97e
+1 -1
View File
@@ -14,4 +14,4 @@ jobs:
- name: List files in the repository
run: |
ls ${{ gitea.workspace }}
- run: make
- run: source $HOME/.cargo/bin && make