Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/ci-master-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ln -s packaging/ubuntu-16.04 debian
sudo apt build-dep -d -y ${{ github.workspace }}
# for indent
sudo apt install texinfo autopoint
sudo apt install -y texinfo autopoint

- name: Copy dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ jobs:
ln -s packaging/ubuntu-16.04 debian
sudo apt build-dep -d -y ${{ github.workspace }}
# for indent
sudo apt install texinfo autopoint
sudo apt install -y texinfo autopoint

- name: Copy dependencies
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-firefox-performance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
sudo snap install built-snap/snapd_1337.*.snap.keep --dangerous
sudo snap install firefox
sudo apt install xvfb
sudo apt install -y xvfb

- name: Run Firefox performance tests
uses: ./.github/actions/run-firefox-performance-tests
Expand All @@ -50,7 +50,7 @@ jobs:
- name: Install dependencies
run: |
sudo snap install firefox
sudo apt install xvfb
sudo apt install -y xvfb

- name: Run Firefox performance tests
uses: ./.github/actions/run-firefox-performance-tests
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Run codespell tool
run: |
sudo apt install python3-pip
sudo apt install -y python3-pip
pip3 install codespell
codespell

Expand Down
2 changes: 1 addition & 1 deletion tests/nested/manual/hybrid-fde-all-key-databases/task.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ prepare: |
esac

remote.push update.auth
remote.exec sudo apt install efitools -y
remote.exec sudo apt install -y efitools

restore: |
"$TESTSTOOLS"/store-state teardown-fake-store "$STORE_DIR"
Expand Down
Loading