Skip to content

Commit

Permalink
workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
s-damian committed Aug 17, 2024
1 parent 641a7b2 commit 3a6690c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

strategy:
matrix:
# https://releases.rs/
rust-version: [1.79.0]

steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:

strategy:
matrix:
# https://releases.rs/
rust-version: [1.79.0]

steps:
Expand Down Expand Up @@ -53,7 +54,6 @@ jobs:
- name: Debug Project Structure
run: |
echo "Current directory: $(pwd)"
ls -la
echo "PATH: $PATH"
echo "Directory structure:"
tree -L 3 || ls -R
Expand Down

0 comments on commit 3a6690c

Please sign in to comment.