Skip to content

Commit

Permalink
Update before adding the repo
Browse files Browse the repository at this point in the history
  • Loading branch information
devraymondsh committed Apr 5, 2024
1 parent dc4c6d9 commit 2738890
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/scheduled-builds.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
container:
image: ubuntu:devel
steps:
- name: Install Nodejs 21 repo
run: apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21.x | bash -

- name: Update system
run: apt-get update && apt-get --yes upgrade

- name: Install Nodejs 21 repo
run: apt-get install --yes ca-certificates curl gnupg && curl -sL https://deb.nodesource.com/setup_21.x | bash - && apt-get update

- name: Install building tools
run: apt-get install --yes git python3 python3-pip gcc g++ make ninja-build nodejs

Expand Down

0 comments on commit 2738890

Please sign in to comment.