Skip to content

chore: bump version to 0.2.1 (#27) #165

chore: bump version to 0.2.1 (#27)

chore: bump version to 0.2.1 (#27) #165

Workflow file for this run

name: Rust
on:
push:
branches: ["main"]
pull_request:
branches: ["main"]
workflow_dispatch:
env:
CARGO_TERM_COLOR: always
jobs:
build:
runs-on: ubuntu-latest
container:
image: ghcr.io/${{ github.repository }}/ci-image@sha256:7015312e16dced2932d41d4cb5a9ee55cdc17b42ceeb148e809cfbd474e28c4b
steps:
- uses: actions/checkout@v4
- name: dfxvm init
run: |
echo "dfxvm requires the default version to be set once after starting the container (bug!)"
dfxvm default 0.24.2
dfx --version
- name: Build and test
env:
# dfx requires XDG_DATA_HOME to be set
XDG_DATA_HOME: /usr/local
run: /tini -s -- cargo make