Skip to content

Commit

Permalink
[DEV] Rename renode_test_override to renode_test_windows
Browse files Browse the repository at this point in the history
  • Loading branch information
adrabarek committed Oct 2, 2024
1 parent 3d8b845 commit b14fa72
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ runs:
export PATH="$PATH:$(cygpath "$(dirname "$msbuild")"):$PWD"
export MSYS=winsymlinks:nativestrict
./build.sh
cp $GITHUB_ACTION_PATH/src/renode_test_override.sh renode-test
cp $GITHUB_ACTION_PATH/src/renode_test_windows.sh renode-test
shell: bash
working-directory: ${{ runner.temp }}/renode-${{ steps.get-renode-rev.outputs.renode-rev }}
if: ${{ env.RENODE_ROOT == '' && runner.os == 'Windows' && steps.restore-cache.outputs.cache-hit != 'true' }}
Expand Down
File renamed without changes.

0 comments on commit b14fa72

Please sign in to comment.