Skip to content

Commit

Permalink
Update rebuild.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
RedMan13 authored Dec 23, 2024
1 parent c468241 commit dd7acbc
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/rebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
rebuild:
concurrency: ci-${{ github.ref }} # Recommended if you intend to make multiple deployments in quick succession.
runs-on: ubuntu-latest
runs-on: ubuntu-22.04
steps:
- uses: actions/setup-node@v3
with:
Expand All @@ -18,8 +18,6 @@ jobs:

- name: Rebuild
run: |
sudo add-apt-repository https://apt-origin.pop-os.org/ubuntu/dists/jammy/
sudo apt update
sudo apt install python2
npm install
npm run translate
Expand Down

0 comments on commit dd7acbc

Please sign in to comment.