Skip to content
This repository was archived by the owner on Sep 24, 2025. It is now read-only.

Commit a80ee98

Browse files
authored
Update build-usbsid-on-push.yml
1 parent 7835e7b commit a80ee98

File tree

1 file changed

+18
-18
lines changed

1 file changed

+18
-18
lines changed

.github/workflows/build-usbsid-on-push.yml

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ jobs:
128128
- shell: bash
129129
run: git config --global core.autocrlf input
130130

131-
- name: Checkout Source
131+
- name: Checkout Source
132132
if: env.exiting1 != 'true'
133133
uses: actions/checkout@v4
134134

@@ -147,7 +147,7 @@ jobs:
147147
cp -u $FILES ../vice/src/lib/libusbsiddrv/
148148
cd ..
149149
150-
- name: Install Dependencies
150+
- name: Install Dependencies
151151
shell: bash
152152
run: |
153153
sudo apt update
@@ -226,24 +226,24 @@ jobs:
226226
- run: git config --global core.autocrlf input
227227
shell: bash
228228

229-
- name: Checkout Source
230-
if: env.exiting1 != 'true'
231-
uses: actions/checkout@v4
229+
- name: Checkout Source
230+
if: env.exiting1 != 'true'
231+
uses: actions/checkout@v4
232232

233-
- name: Checkout USBSID-Pico driver
234-
if: env.exiting1 != 'true'
235-
uses: actions/checkout@v4
236-
with:
237-
repository: ${{ env.SOURCE_REPO }}
238-
path: ${{ env.PATH_SOURCE_CHECKOUT }}
233+
- name: Checkout USBSID-Pico driver
234+
if: env.exiting1 != 'true'
235+
uses: actions/checkout@v4
236+
with:
237+
repository: ${{ env.SOURCE_REPO }}
238+
path: ${{ env.PATH_SOURCE_CHECKOUT }}
239239

240-
- name: Copy files
241-
if: env.exiting1 != 'true'
242-
run: |
243-
mkdir -p vice/src/lib/libusbsiddrv
244-
cd $PATH_SOURCE_CHECKOUT
245-
cp -u $FILES ../vice/src/lib/libusbsiddrv/
246-
cd ..
240+
- name: Copy files
241+
if: env.exiting1 != 'true'
242+
run: |
243+
mkdir -p vice/src/lib/libusbsiddrv
244+
cd $PATH_SOURCE_CHECKOUT
245+
cp -u $FILES ../vice/src/lib/libusbsiddrv/
246+
cd ..
247247
248248
- name: Download Documentation
249249
uses: actions/download-artifact@v4

0 commit comments

Comments
 (0)