Skip to content

Commit

Permalink
[General] Trying to get actions working
Browse files Browse the repository at this point in the history
  • Loading branch information
Dacode45 committed Dec 21, 2019
1 parent 01294ee commit 2d0fa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
steps:
- uses: actions/checkout@v1
- name: Build
run: cargo build -p raylib --verbose --features=nobuild
run: cd raylib && cargo build -p raylib --verbose --features=nobuild
# - name: Run tests [Requires window system]
# run: cargo test -p raylib-test --verbose

0 comments on commit 2d0fa77

Please sign in to comment.