Skip to content

Commit 86d4a9b

Browse files
Minor fixes
1 parent 14b4b9a commit 86d4a9b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/premerge.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
fetch-depth: 2
2525
- name: Setup system deps
2626
run: |
27-
apt-get update && apt-get install -y ccache python3 python3-pip
27+
apt-get update && apt-get install -y ccache python3 python3-pip file
2828
- name: Build and Test
2929
run: |
3030
git config --global --add safe.directory '*'

bolt/test/unreadable-profile.test

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
REQUIRES: system-linux
1+
REQUIRES: system-linux, non-root-user
22

33
RUN: touch %t.profile && chmod 000 %t.profile
44
RUN: %clang %S/Inputs/hello.c -o %t

0 commit comments

Comments
 (0)