Skip to content

Commit e8df048

Browse files
committed
wip: gh
1 parent 7bfb41c commit e8df048

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ jobs:
293293
bin_path="Debug"
294294
fi
295295
mkdir -p examples-native/$example_name/build/$bin_path
296-
cp $example examples-native/$example_name/build/$bin_path
296+
cp -v $example examples-native/$example_name/renode
297297
echo "----"
298298
ls examples-native
299299
echo "----"

examples-native/timesync-native/renode/timesync.resc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ showAnalyzer usart1 Antmicro.Renode.Analyzers.LoggingUartAnalyzer
1111
sysbus LoadELF $bin
1212
sysbus LogPeripheralAccess systemc true
1313
sysbus.systemc SimulationFilePathLinux $ORIGIN/../build/libtimesync_native.so
14-
sysbus.systemc SimulationFilePathWindows $ORIGIN/../build/Debug/timesync_native.dll
14+
sysbus.systemc SimulationFilePathWindows $ORIGIN/timesync_native.dll

0 commit comments

Comments
 (0)