diff options
author | Marvin Borner | 2024-08-01 17:41:30 +0200 |
---|---|---|
committer | Marvin Borner | 2024-08-01 17:41:30 +0200 |
commit | 098a569a8abbddb744e5ff6dbdfc798e904d569c (patch) | |
tree | f18f9b1e6fec9173251fe49ddb4666981f10685b /.github/workflows/gen.yml | |
parent | 464cc9ab5a31b2d2a53ce4280c3a0e3ad9ce6855 (diff) |
Fixed python version
Diffstat (limited to '.github/workflows/gen.yml')
-rw-r--r-- | .github/workflows/gen.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/gen.yml b/.github/workflows/gen.yml index 5c20fff..c11ac27 100644 --- a/.github/workflows/gen.yml +++ b/.github/workflows/gen.yml @@ -31,7 +31,7 @@ jobs: run: cd docs/ && ./gen.sh - name: Generate std map run: | - sudo apt install python + sudo apt install python3 cd std/ && ./generate_map.py >../docs/std_map.json - name: Upload artifact uses: actions/upload-pages-artifact@v1 |