Skip to content

Commit

Permalink
Update build-usbsid-on-push.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
LouDnl authored Feb 13, 2025
1 parent 2697c51 commit ffcec06
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions .github/workflows/build-usbsid-on-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -230,21 +230,6 @@ jobs:
if: env.exiting1 != 'true'
uses: actions/checkout@v4

- name: Checkout USBSID-Pico driver
if: env.exiting1 != 'true'
uses: actions/checkout@v4
with:
repository: ${{ env.SOURCE_REPO }}
path: ${{ env.PATH_SOURCE_CHECKOUT }}

- name: Copy files
if: env.exiting1 != 'true'
run: |
mkdir -p vice/src/lib/libusbsiddrv
cd $PATH_SOURCE_CHECKOUT
cp $FILES ../vice/src/lib/libusbsiddrv/
cd ..
- name: Download Documentation
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -371,6 +356,21 @@ jobs:
make install
cd "$OLDDIR"
- name: Checkout USBSID-Pico driver
if: env.exiting1 != 'true'
uses: actions/checkout@v4
with:
repository: ${{ env.SOURCE_REPO }}
path: ${{ env.PATH_SOURCE_CHECKOUT }}

- name: Copy files
shell: msys2 {0}
run: |
mkdir -p vice/src/lib/libusbsiddrv
cd $PATH_SOURCE_CHECKOUT
cp $FILES ../vice/src/lib/libusbsiddrv/
cd ..
- name: Build
id: build
shell: msys2 {0}
Expand Down

0 comments on commit ffcec06

Please sign in to comment.