Skip to content

Commit 243bebe

Browse files
committed
github: setup /etc/os-release
1 parent 41f648e commit 243bebe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/linux.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@ jobs:
2121
- uses: ruby/setup-ruby@v1
2222
with:
2323
ruby-version: ${{ matrix.ruby }}
24+
- name: setup /etc/os-release
25+
run: |
26+
sudo apt-get install -y base-files
2427
- name: unit testing
2528
env:
2629
CI: true

0 commit comments

Comments
 (0)