Skip to content

Commit

Permalink
fix if cond
Browse files Browse the repository at this point in the history
  • Loading branch information
Moritz-Alexander-Kern committed Apr 26, 2024
1 parent f332fa6 commit fa98ff8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cache_elephant_data.yml
Expand Up @@ -86,4 +86,5 @@ jobs:
du -hs ~/elephant-data
ls -lh ~/elephant-data
elif [[ "${{ runner.os }}" == "Windows"* ]]; then
dir ~\elephant-data
dir ~\elephant-data
fi

0 comments on commit fa98ff8

Please sign in to comment.