Skip to content

Commit

Permalink
remove extra blank lines in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jemoka committed Sep 10, 2024
1 parent 2ccdfbf commit 12809d2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ jobs:
args: '--target universal-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4
Expand All @@ -31,7 +30,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
Expand All @@ -40,7 +38,6 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn install

- uses: tauri-apps/tauri-action@v0
with:
args: ${{ matrix.args }}
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,9 @@ jobs:
args: '--target universal-apple-darwin'
- platform: 'ubuntu-22.04'
args: ''

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v4

- name: setup node
uses: actions/setup-node@v4
with:
Expand All @@ -30,7 +28,6 @@ jobs:
uses: dtolnay/rust-toolchain@stable
with:
targets: ${{ matrix.platform == 'macos-latest' && 'aarch64-apple-darwin,x86_64-apple-darwin' || '' }}

- name: install dependencies (ubuntu only)
if: matrix.platform == 'ubuntu-22.04'
# webkitgtk 4.0 is for Tauri v1 - webkitgtk 4.1 is for Tauri v2.
Expand All @@ -39,7 +36,6 @@ jobs:
sudo apt-get install -y libwebkit2gtk-4.0-dev libwebkit2gtk-4.1-dev libappindicator3-dev librsvg2-dev patchelf
- name: install frontend dependencies
run: yarn install

- uses: tauri-apps/tauri-action@v0
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN }}
Expand Down

0 comments on commit 12809d2

Please sign in to comment.