Skip to content

Commit

Permalink
local runner is problematic
Browse files Browse the repository at this point in the history
  • Loading branch information
folkertvanheusden committed Oct 15, 2024
1 parent 729743e commit 0985c78
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/posix.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,10 @@ on: [push]
jobs:
build:

runs-on: self-hosted
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Enable no password for sudo
run: |
sudo sed -i '' 's/%admin ALL = (ALL) ALL/%admin ALL = (ALL) NOPASSWD: ALL/g' /etc/sudoers
sudo -v
- name: Install libiscsi-dev
run: sudo apt-get -y install libiscsi-dev
- name: cmake
Expand Down

0 comments on commit 0985c78

Please sign in to comment.