Skip to content

Commit

Permalink
Run on ubuntu 22.04
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 18, 2023
1 parent 8f4e9bd commit 555e72f
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,13 @@ on:
jobs:
build:
runs-on: panda-arc
container:
image: ubuntu:22.04

steps:
- name: Install git
run: apt-get -qq update -y && \
apt-get -qq install git -y
run: sudo apt-get -qq update -y && \
sudo apt-get -qq install git -y

- name: Checkout code
uses: actions/checkout@v4
Expand Down

0 comments on commit 555e72f

Please sign in to comment.