diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d999069..e5c6d66 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,11 +10,12 @@ jobs: steps: - name: Checkout uses: actions/checkout@v2 - - name: Compile - id: compile - uses: pangbox/openwatcom-action@master + - name: Install Nix + uses: cachix/install-nix-action@v19 with: - target: all + nix_path: nixpkgs=channel:nixos-unstable + - name: Compile + run: nix develop --command make -j8 all - name: Create Release id: create_release uses: actions/create-release@v1