Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
krzemienski committed Jan 24, 2024
1 parent 85fcce6 commit 3d2a706
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ jobs:
gen-awesome-video:
if: github.ref == 'refs/heads/master'
runs-on: ubuntu-latest
container:
image: krzemienski/ruby-node-python:latest
needs:
- awesomebot
- json-validate
Expand All @@ -44,6 +42,18 @@ jobs:
EXTRA_PACKAGES: build-base
REQUIREMENTS: requirements.txt
GIT_DISCOVERY_ACROSS_FILESYSTEM: 1
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
ruby-version: 2.7
- name: Set up Node
uses: actions/setup-node@v3
with:
node-version: 16
- name: Set up Python
uses: actions/setup-python@v4
with:
python-version: 3.9
steps:
- uses: actions/checkout@v4
- name: run README.md gen
Expand Down

0 comments on commit 3d2a706

Please sign in to comment.