Skip to content

Commit

Permalink
xxx
Browse files Browse the repository at this point in the history
  • Loading branch information
thom311 committed May 17, 2024
1 parent 3b9acae commit 471c727
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,18 @@ on:
push:
pull_request:

env:
NL_IN_CI: 1

jobs:
clang-format:
runs-on: ubuntu-latest
container:
image: fedora:40
steps:
- name: env
run: env

- name: Install packages
run: |
sudo dnf install -y \
Expand Down Expand Up @@ -37,6 +43,9 @@ jobs:
runs-on: ubuntu-latest
steps:

- name: env
run: env

- name: Install packages
run: |
sudo apt-get update
Expand Down

0 comments on commit 471c727

Please sign in to comment.