Subversion Repositories Krakow BASIC

Rev

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

Rev 30 Rev 31
Line 194... Line 194...
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: Clone hex2bin
198
    - name: Clone hex2bin
199
      run: git clone https://github.com/algodesigner/hex2bin
199
      run: git clone https://github.com/nishiowo/hex2bin
200
    - name: Build hex2bin
200
    - name: Build hex2bin
201
      run: rm -f hex2bin/hex2bin && make -C hex2bin
201
      run: rm -f hex2bin/hex2bin && make -C hex2bin
202
    - name: Add to PATH
202
    - name: Add to PATH
203
      run: echo "$(pwd)/hex2bin" >> $GITHUB_PATH
203
      run: echo "$(pwd)/hex2bin" >> $GITHUB_PATH
204
    - name: Make sure it is clean
204
    - name: Make sure it is clean