Commit 48846ba8 authored by Jason Madden's avatar Jason Madden

Hmm, ubuntu 18.04 doesn't have sed installed by default?

parent d3a4fdcb
......@@ -181,7 +181,7 @@ jobs:
- name: Install ccache (ubuntu)
if: startsWith(runner.os, 'Linux')
run: |
sudo apt-get install -y ccache
sudo apt-get install -y ccache sed gcc
- name: Install ccache (macos)
if: startsWith(runner.os, 'macOS')
run: |
......@@ -401,7 +401,7 @@ jobs:
- name: Install ccache (ubuntu)
if: startsWith(runner.os, 'Linux')
run: |
sudo apt-get install -y ccache sed
sudo apt-get install -y ccache sed gcc
- name: Cache ~/.ccache
uses: actions/cache@v2
with:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment