Skip to content

Commit

Permalink
Merge branch 'main' of github.com:32bitmicro/LLVM-Embedded-Toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
libiot committed Jun 13, 2024
2 parents 5cb5adb + 8165fc0 commit 2e6761c
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/c-cpp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ jobs:

steps:
- uses: actions/checkout@v4
- name: install packages
run: |
sudo apt-get -y install cmake ninja-build meson
- name: configure
run: |
git config --global user.email "[email protected]"
git config --global user.name "Pawel Wodnicki"
- name: build
run: |
mkdir build
Expand Down

0 comments on commit 2e6761c

Please sign in to comment.