Bump @modelcontextprotocol/sdk and @angular/cli in /butler_online/budgetbutler #18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Test Build AppImage | |
| on: | |
| pull_request: | |
| branches: [ master ] | |
| types: [ opened, synchronize, reopened ] | |
| base: [ master ] | |
| paths-ignore: | |
| - '**.md' | |
| jobs: | |
| build-appimage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: actions-rust-lang/setup-rust-toolchain@v1 | |
| - name: Checkout repository | |
| uses: actions/checkout@v4 | |
| - name: Install development files | |
| run: sudo apt-get update && sudo apt-get install -y libcurl4-openssl-dev gettext | |
| - name: Build project | |
| run: bash build.sh | |
| - name: Build AppImage | |
| run: bash build-appimage.sh |