Skip to content

Commit

Permalink
- breaking out to cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
franzhaas committed Nov 16, 2024
1 parent ed23e61 commit 7237922
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pythonBreakout.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: astral-sh/setup-uv@v3
- uses: actions/setup-python@v5

Expand All @@ -23,7 +23,8 @@ jobs:
- name: breakout to cpp
run: |
uv sync --extra test
sudo apt-get install -y build-essential
sudo apt-get install -y build-essential hexdump
cd breakout
cd py
uv run xonsh cpp.xsh
hexdump regmap

0 comments on commit 7237922

Please sign in to comment.