Skip to content

Commit

Permalink
fix: revert other changes
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Dec 6, 2024
1 parent 6f2741e commit 10530cf
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,14 +150,6 @@ jobs:
ZIP_URL: "https://verti-artifacts.s3.amazonaws.com/${{ github.event.pull_request.base.repo.name }}-${{ needs.dev-zip.outputs.branch-name }}-${{ needs.dev-zip.outputs.git-sha-8 }}/neve.zip"
steps:
- uses: actions/checkout@v3
- name: Update package list
run: sudo apt-get update

- name: Install dependencies
run: |
sudo apt-get install -y software-properties-common
sudo apt-get install -y libasound2
sudo apt-get install -y other-required-packages
- name: Setup node 16
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 10530cf

Please sign in to comment.