Skip to content

Commit 6b85082

Browse files
authored
CI(Performance): add missed requirement
1 parent b6fe08e commit 6b85082

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/performance.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,9 @@ jobs:
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3
18+
- name: Install Requirements
19+
run: |
20+
apt install -y time
1821
- name: Build
1922
run: |
2023
cmake -B build -DENABLE_LIBXC=ON

0 commit comments

Comments
 (0)