Skip to content

Commit

Permalink
regenerate_maps: move to selfhosted runner
Browse files Browse the repository at this point in the history
remove dos2unix already installed on runner
  • Loading branch information
lordfolken authored Mar 8, 2024
1 parent 0d0b503 commit 42b553f
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/generate_maps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@ on:

jobs:
build:
runs-on: ubuntu-latest

runs-on: self-hosted
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
with:
Expand All @@ -16,10 +15,6 @@ jobs:
run: |
pip3 install -r requirements.txt
- name: "Install shell requirements"
run: |
sudo apt -y install dos2unix
- name: "Build PR"
run: |
bash -x ./build.sh myoutdir
Expand Down

0 comments on commit 42b553f

Please sign in to comment.