Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
wargio committed Nov 27, 2023
1 parent 9549e6e commit aafd5e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-plugin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,11 @@ jobs:
run: apk add --no-cache git gcc g++ linux-headers cmake curl wget unzip py3-wheel py3-setuptools py3-pip meson ninja xz
- name: Checkout jsdec
run: |
git clone https://github.com/${{ github.repository }}
git clone https://github.com/${{ github.repository }} jsdec
cd jsdec
git fetch origin ${{ github.ref }}
git checkout -b local_branch FETCH_HEAD
pwd ; ls -lah
- name: build & run the plugin
run: |
pwd ; ls -lah
Expand Down

0 comments on commit aafd5e3

Please sign in to comment.