Skip to content

Commit fdf1b5f

Browse files
committed
Updating dependencies for docs workflow
1 parent c820186 commit fdf1b5f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/docs.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ jobs:
3131
node-version: 22
3232
cache: npm
3333

34+
- name: Install system deps
35+
run: |
36+
sudo apt-get update
37+
sudo apt-get install --no-install-recommends -y build-essential git libyaml-dev pkg-config
38+
3439
- name: Setup Ruby
3540
uses: ruby/setup-ruby@v1
3641
with:
@@ -40,9 +45,6 @@ jobs:
4045
- name: Install dependencies
4146
run: npm ci
4247

43-
- name: Install Ruby dependencies
44-
run: bundle install
45-
4648
- name: Generate versions.json
4749
run: |
4850
CURRENT_VERSION=$(grep 'VERSION = "' lib/active_agent/version.rb | sed 's/.*VERSION = "\([^"]*\)".*/\1/')

0 commit comments

Comments
 (0)