We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b9f7bf commit b0d7ac4Copy full SHA for b0d7ac4
.github/workflows/main.yml
@@ -36,7 +36,7 @@ jobs:
36
37
- run: mv ./prova_test/es2/nucleo/.vscode/launch.json out/
38
39
- - run: mv ./prova_test/es2/nucleo/gdbinitvscode out/
+ - run: mv ./prova_test/es2/nucleo/.gdbinitvscode out/
40
41
- name: Release build-artifacts
42
uses: skx/github-action-publish-binaries@master
prova_test/es2/nucleo/.gdbinitvscode
@@ -17,7 +17,7 @@ set print array on
17
set pagination off
18
file build/sistema
19
source util/start.gdb
20
-add-symbol-file /home/chuck/CE/lib/ce/boot.bin
+add-symbol-file /home/studenti/CE/lib/ce/boot.bin
21
add-symbol-file build/io
22
add-symbol-file build/utente
23
set arch i386:x86-64:intel
0 commit comments