Skip to content

Commit

Permalink
Fix more permission errors
Browse files Browse the repository at this point in the history
  • Loading branch information
peternewman committed Jul 16, 2023
1 parent fa59e27 commit cf492a1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeql.yml
Expand Up @@ -128,9 +128,9 @@ jobs:
run: sudo apt-get -y install ${{ matrix.compiler.pkg }}
- name: Set up build user # CredentialsTest cannot run as root
run: |
adduser --disabled-password --gecos "" builduser
chown -R builduser:builduser .
chown builduser:builduser ..
sudo adduser --disabled-password --gecos "" builduser
sudo chown -R builduser:builduser .
sudo chown builduser:builduser ..
- name: Autoreconf
run: sudo --preserve-env -u builduser env "PATH=$PATH" autoreconf -i
- name: Set configure arguments
Expand Down

0 comments on commit cf492a1

Please sign in to comment.