Subversion Repositories Krakow BASIC

Rev

Rev 31 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 31 Rev 32
Line 193... Line 193...
193
    steps:
193
    steps:
194
    - name: Checkout
194
    - name: Checkout
195
      uses: actions/checkout@v4
195
      uses: actions/checkout@v4
196
    - name: Install packages
196
    - name: Install packages
197
      run: sudo apt-get install sdcc
197
      run: sudo apt-get install sdcc
-
 
198
    - name: Add SDCC path to env
-
 
199
      run: echo "SDCC=/usr/share/sdcc" >> $GITHUB_ENV
198
    - name: Clone hex2bin
200
    - name: Clone hex2bin
199
      run: git clone https://github.com/nishiowo/hex2bin
201
      run: git clone https://github.com/nishiowo/hex2bin
200
    - name: Build hex2bin
202
    - name: Build hex2bin
201
      run: rm -f hex2bin/hex2bin && make -C hex2bin
203
      run: rm -f hex2bin/hex2bin && make -C hex2bin
202
    - name: Add to PATH
204
    - name: Add to PATH