Skip to content

External Libraries & Templates #624

Answered by JackFGS
JackFGS asked this question in Q&A
May 22, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

I have finally managed to make it work today,

I have mounted google drive in the runner using https://github.com/astrada/google-drive-ocamlfuse and the yaml below!

 runs-on: [self-hosted, linux]
    container: 
      image: ghcr.io/inti-cmnb/kicad8_auto_full:latest   # Don't Change, except if needing older version of KiCad.
      options: -v /DRIVE:/src/Gdrive   
    steps:  
    - uses: actions/checkout@v4
    - name: Remove OUTPUT Dir
      run: |
        rm -rf ./OUTPUT
    - name: Run KiBot
      run: |
        kibot -c ./config.kibot.yaml
    - name: upload results
      uses: actions/upload-artifact@v4
      with:
       name: OUTPUT
       path: OUTPUT

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@JackFGS
Comment options

Answer selected by JackFGS
@set-soft
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants